Update Clang for LLVM split stack API changes in r205997

Patch by Alex Crichton!

llvm-svn: 205998
This commit is contained in:
Reid Kleckner
2014-04-10 22:59:13 +00:00
parent 9c6582129a
commit fb873af67e
3 changed files with 20 additions and 1 deletions

View File

@@ -491,7 +491,6 @@ TargetMachine *EmitAssemblyHelper::CreateTargetMachine(bool MustCreateTM) {
Options.DisableTailCalls = CodeGenOpts.DisableTailCalls;
Options.TrapFuncName = CodeGenOpts.TrapFuncName;
Options.PositionIndependentExecutable = LangOpts.PIELevel != 0;
Options.EnableSegmentedStacks = CodeGenOpts.EnableSegmentedStacks;
TargetMachine *TM = TheTarget->createTargetMachine(Triple, TargetOpts.CPU,
FeaturesStr, Options,