commit | 320b5499c78f8b94bc61f609a5fc9053a91d3c18 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Mon Jun 20 22:53:33 2011 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Mon Jun 20 22:53:33 2011 -0700 |
tree | 484f117e4540b095dbd6c695cb15a485900bb52a | |
parent | 34499f455006ca068bc3d2aa495c648613672434 [diff] [blame] |
Add missing #if USE_MCJIT header guard. Clean up debugging message. Change-Id: I110b9d57985e817b3d29bc905dc834a142ee069b
diff --git a/lib/ExecutionEngine/Compiler.h b/lib/ExecutionEngine/Compiler.h index ecd7235..5018db3 100644 --- a/lib/ExecutionEngine/Compiler.h +++ b/lib/ExecutionEngine/Compiler.h
@@ -22,7 +22,9 @@ #include "CodeEmitter.h" #include "CodeMemoryManager.h" +#if USE_MCJIT #include "librsloader.h" +#endif #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/StringRef.h"