mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-09 14:03:09 +00:00
Disable code/data region symbols on ELF targets, where different mapping symbols are used for ARM/Thumb mode code. This should only be re-enabled once we have a solution to properly distinguish these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d712f935f7
commit
5d6a6736a1
@ -62,7 +62,7 @@ MCAsmInfo::MCAsmInfo() {
|
||||
JT8Begin = "$d.";
|
||||
JT16Begin = "$d.";
|
||||
JT32Begin = "$d.";
|
||||
SupportsDataRegions = true;
|
||||
SupportsDataRegions = false;
|
||||
SunStyleELFSectionSwitchSyntax = false;
|
||||
UsesELFSectionDirectiveForBSS = false;
|
||||
AlignDirective = "\t.align\t";
|
||||
|
Loading…
x
Reference in New Issue
Block a user