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:
d712f93
)
Disable code/data region symbols on ELF targets, where different mapping symbols...
author
Owen Anderson
<resistor@mac.com>
Fri, 14 Oct 2011 20:28:57 +0000
(20:28 +0000)
committer
Owen Anderson
<resistor@mac.com>
Fri, 14 Oct 2011 20:28:57 +0000
(20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141984
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmInfo.cpp
b/lib/MC/MCAsmInfo.cpp
index f34b313ebd0b4ce8e3e419c796ed1ddae9ff6f15..95861bc61c270982d67c4f830db45fd9f8ba83fb 100644
(file)
--- a/
lib/MC/MCAsmInfo.cpp
+++ b/
lib/MC/MCAsmInfo.cpp
@@
-62,7
+62,7
@@
MCAsmInfo::MCAsmInfo() {
JT8Begin = "$d.";
JT16Begin = "$d.";
JT32Begin = "$d.";
- SupportsDataRegions =
tru
e;
+ SupportsDataRegions =
fals
e;
SunStyleELFSectionSwitchSyntax = false;
UsesELFSectionDirectiveForBSS = false;
AlignDirective = "\t.align\t";