mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01: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.
llvm-svn: 141984
This commit is contained in:
parent
8e97422bd9
commit
8a401b97ea
@ -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