projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863f846
)
llc: Fix a refacto, .loc support didn't work before 10.6.
author
Daniel Dunbar
<daniel@zuster.org>
Wed, 20 Apr 2011 00:47:19 +0000
(
00:47
+0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Wed, 20 Apr 2011 00:47:19 +0000
(
00:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129841
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/llc.cpp
patch
|
blob
|
history
diff --git
a/tools/llc/llc.cpp
b/tools/llc/llc.cpp
index 2ff87945996a3ce13ea0994b794c12563f2ba23c..77e3ddce3afe80f36ecb4b9c8da11b3ff4e9ac30 100644
(file)
--- a/
tools/llc/llc.cpp
+++ b/
tools/llc/llc.cpp
@@
-281,7
+281,7
@@
int main(int argc, char **argv) {
// Disable .loc support for older OS X versions.
if (TheTriple.isMacOSX() &&
- TheTriple.isMacOSXVersionLT(10,
5
))
+ TheTriple.isMacOSXVersionLT(10,
6
))
Target.setMCUseLoc(false);
// Figure out where we are going to send the output...