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 = "@";
|
||||
|
||||
HasLEB128 = true;
|
||||
AbsoluteDebugSectionOffsets = true;
|
||||
PrivateGlobalPrefix = ".L";
|
||||
WeakRefDirective = "\t.weak\t";
|
||||
HasLCOMMDirective = true;
|
||||
|
|
Loading…
Reference in New Issue