diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-12-19 00:23:11 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-12-19 00:23:11 +0000 |
commit | 7927150fea4b042d91461787129ea589cdc4f8b6 (patch) | |
tree | 40e575f34f0725bdd183ac4c23bd5d62077ed438 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 2339ffed97f6644294c173107144d2f15ac68987 (diff) | |
download | bcm5719-llvm-7927150fea4b042d91461787129ea589cdc4f8b6.tar.gz bcm5719-llvm-7927150fea4b042d91461787129ea589cdc4f8b6.zip |
Revert r256063, it's killing clang-tools-extra
llvm-svn: 256066
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index c4a98156d78..784e9c7ba5f 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -553,7 +553,6 @@ TargetMachine *EmitAssemblyHelper::CreateTargetMachine(bool MustCreateTM) { Options.DataSections = CodeGenOpts.DataSections; Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; Options.EmulatedTLS = CodeGenOpts.EmulatedTLS; - Options.DebuggerTuning = CodeGenOpts.getDebuggerTuning(); Options.MCOptions.MCRelaxAll = CodeGenOpts.RelaxAll; Options.MCOptions.MCSaveTempLabels = CodeGenOpts.SaveTempLabels; |