summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-05 18:00:21 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-05 18:00:21 +0000
commitb4eec1daa11ca4a39fe1a981d081f20b23725d58 (patch)
tree9c606ee65f06402204a268f06802644b1d65cbd3 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent29d5999eb7e7f2d376283b829d0e7f1b8837f7ba (diff)
downloadbcm5719-llvm-b4eec1daa11ca4a39fe1a981d081f20b23725d58.tar.gz
bcm5719-llvm-b4eec1daa11ca4a39fe1a981d081f20b23725d58.zip
Remove support for not using .loc directives.
Clang itself was not using this. The only way to access it was via llc. llvm-svn: 200862
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index dc36720570e..d897757ab71 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -185,7 +185,6 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
TargetCPU);
MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
getVerboseAsm(),
- hasMCUseLoc(),
hasMCUseCFI(),
hasMCUseDwarfDirectory(),
InstPrinter,
OpenPOWER on IntegriCloud