diff options
Diffstat (limited to 'include/llvm/Support/ToolRunner.h')
-rw-r--r-- | include/llvm/Support/ToolRunner.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Support/ToolRunner.h b/include/llvm/Support/ToolRunner.h index e23ec7f..8ce3f5d 100644 --- a/include/llvm/Support/ToolRunner.h +++ b/include/llvm/Support/ToolRunner.h @@ -20,6 +20,8 @@ #include "Support/SystemUtils.h" #include <vector> +namespace llvm { + class CBE; class LLC; @@ -137,4 +139,6 @@ public: int OutputAsm(const std::string &Bytecode, std::string &OutputAsmFile); }; +} // End llvm namespace + #endif |