forked from OSchip/llvm-project
revert my patch, need to reconsider this and figure out what is really going on.
llvm-svn: 100358
This commit is contained in:
parent
407f848835
commit
8964b838e4
|
@ -58,6 +58,7 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() {
|
||||||
CommentString = "@";
|
CommentString = "@";
|
||||||
|
|
||||||
HasLEB128 = true;
|
HasLEB128 = true;
|
||||||
|
AbsoluteDebugSectionOffsets = true;
|
||||||
PrivateGlobalPrefix = ".L";
|
PrivateGlobalPrefix = ".L";
|
||||||
WeakRefDirective = "\t.weak\t";
|
WeakRefDirective = "\t.weak\t";
|
||||||
HasLCOMMDirective = true;
|
HasLCOMMDirective = true;
|
||||||
|
|
Loading…
Reference in New Issue