summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-11 21:35:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-11 21:35:06 +0000
commit3ad53483fb706bce1f50c363a38a8dfa242e1ace (patch)
treefca092c8062c98360f0bbb7bf2c6d5812dbf90eb /clang/lib/CodeGen/CodeGenModule.h
parentec9e1a60ad3dd54f4e362247783cba2d72b36f2b (diff)
downloadbcm5719-llvm-3ad53483fb706bce1f50c363a38a8dfa242e1ace.tar.gz
bcm5719-llvm-3ad53483fb706bce1f50c363a38a8dfa242e1ace.zip
Add LangOptions::NeXTRuntime.
- Wired to -fnext-runtime and -fgnu-runtime options. - Defaults to GNU, no autoselection for NeXT. Emit NeXT OBJC_IMAGE_INFO marker. llvm-svn: 54651
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 0b313c42052..3f30cd32833 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -105,7 +105,7 @@ class CodeGenModule {
public:
CodeGenModule(ASTContext &C, const LangOptions &Features, llvm::Module &M,
const llvm::TargetData &TD, Diagnostic &Diags,
- bool GenerateDebugInfo, bool UseMacObjCRuntime);
+ bool GenerateDebugInfo);
~CodeGenModule();
OpenPOWER on IntegriCloud