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
This commit is contained in:
@@ -59,8 +59,7 @@ namespace {
|
||||
M->setDataLayout(Ctx->Target.getTargetDescription());
|
||||
TD.reset(new llvm::TargetData(Ctx->Target.getTargetDescription()));
|
||||
Builder.reset(new CodeGen::CodeGenModule(Context, Features, *M, *TD,
|
||||
Diags, GenerateDebugInfo,
|
||||
false));
|
||||
Diags, GenerateDebugInfo));
|
||||
}
|
||||
|
||||
virtual void HandleTopLevelDecl(Decl *D) {
|
||||
|
||||
Reference in New Issue
Block a user