diff options
author | Josh Blum | 2013-09-12 23:20:58 -0700 |
---|---|---|
committer | Josh Blum | 2013-09-12 23:20:58 -0700 |
commit | f63d4a613b5061f7754afa015148a726e252323c (patch) | |
tree | 2a6bd975d467d36a327232f64c9ebf2f4e933a44 /lib/jit_factory.cpp | |
parent | 7c4911c28c28305ed4d1aab9b5ea82f96b49f404 (diff) | |
download | sandhi-f63d4a613b5061f7754afa015148a726e252323c.tar.gz sandhi-f63d4a613b5061f7754afa015148a726e252323c.tar.bz2 sandhi-f63d4a613b5061f7754afa015148a726e252323c.zip |
gras: jit factory unit test is conditional
Diffstat (limited to 'lib/jit_factory.cpp')
-rw-r--r-- | lib/jit_factory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/jit_factory.cpp b/lib/jit_factory.cpp index a437a52..6aaa3a0 100644 --- a/lib/jit_factory.cpp +++ b/lib/jit_factory.cpp @@ -88,8 +88,6 @@ static ExecutionEngineMonitor &get_eemon(void) #ifdef HAVE_LLVM static llvm::Module *call_clang_exe(const std::string &source_file, const std::vector<std::string> &flags) { - std::cout << "GRAS compiler: compile source into bitcode..." << std::endl; - //make up bitcode file path char bitcode_file[L_tmpnam]; if (std::tmpnam(bitcode_file) == NULL) throw std::runtime_error("GRAS compiler: tmp bitcode file path failed"); |