summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/BackendUtil.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/BackendUtil.cpp b/lib/CodeGen/BackendUtil.cpp
index 4dc6153f3d..88d0c8e5a4 100644
--- a/lib/CodeGen/BackendUtil.cpp
+++ b/lib/CodeGen/BackendUtil.cpp
@@ -374,8 +374,8 @@ TargetMachine *EmitAssemblyHelper::CreateTargetMachine(bool MustCreateTM) {
//Options.UseSoftFloat = CodeGenOpts.SoftFloat;
Options.StackAlignmentOverride = CodeGenOpts.StackAlignment;
//Options.RealignStack = CodeGenOpts.StackRealignment;
- Options.DisableTailCalls = CodeGenOpts.DisableTailCalls;
- Options.TrapFuncName = CodeGenOpts.TrapFuncName;
+ //Options.DisableTailCalls = CodeGenOpts.DisableTailCalls;
+ //Options.TrapFuncName = CodeGenOpts.TrapFuncName;
//Options.PositionIndependentExecutable = LangOpts.PIELevel != 0;
//Options.EnableSegmentedStacks = CodeGenOpts.EnableSegmentedStacks;