diff options
author | John McCall <rjmccall@apple.com> | 2010-03-04 04:29:44 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-03-04 04:29:44 +0000 |
commit | 468ec6c0266e48fccb26ce50d5b915c645bb3c7b (patch) | |
tree | d9d7e111ec1f34c0a9a354de06faa9b7d801a79a /include/clang/CodeGen/ModuleBuilder.h | |
parent | 3ff63027f6eaa3a320881f8a4704a2b3bd8f2cea (diff) |
Revert changes r97693, r97700, and r97718.
Our testing framework can't deal with disabled targets yet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/ModuleBuilder.h')
-rw-r--r-- | include/clang/CodeGen/ModuleBuilder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/CodeGen/ModuleBuilder.h b/include/clang/CodeGen/ModuleBuilder.h index 40669926e2..2a3aa6a904 100644 --- a/include/clang/CodeGen/ModuleBuilder.h +++ b/include/clang/CodeGen/ModuleBuilder.h @@ -20,7 +20,6 @@ namespace llvm { class LLVMContext; class Module; - class TargetMachine; } namespace clang { @@ -37,7 +36,6 @@ namespace clang { CodeGenerator *CreateLLVMCodeGen(Diagnostic &Diags, const std::string &ModuleName, const CodeGenOptions &CGO, - const llvm::TargetMachine &Machine, llvm::LLVMContext& C); } |