Revert "Specify target triple in alwaysinline tests."
Revert "Always_inline codegen rewrite." Breaks gdb & lldb tests. Breaks on Fedora 22 x86_64. llvm-svn: 247491
This commit is contained in:
@@ -1557,7 +1557,7 @@ void CodeGenFunction::EmitDestructorBody(FunctionArgList &Args) {
|
||||
// -fapple-kext must inline any call to this dtor into
|
||||
// the caller's body.
|
||||
if (getLangOpts().AppleKext)
|
||||
CGM.AddAlwaysInlineFunction(CurFn);
|
||||
CurFn->addFnAttr(llvm::Attribute::AlwaysInline);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user