summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2015-12-19 00:23:11 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2015-12-19 00:23:11 +0000
commit7927150fea4b042d91461787129ea589cdc4f8b6 (patch)
tree40e575f34f0725bdd183ac4c23bd5d62077ed438 /clang/lib/CodeGen/BackendUtil.cpp
parent2339ffed97f6644294c173107144d2f15ac68987 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud