mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
coff targets support alignment on .comm
llvm-svn: 94410
This commit is contained in:
parent
4f713bf0fb
commit
0b42d3ef45
@ -19,7 +19,6 @@ using namespace llvm;
|
||||
MCAsmInfoCOFF::MCAsmInfoCOFF() {
|
||||
GlobalPrefix = "_";
|
||||
HasLCOMMDirective = true;
|
||||
COMMDirectiveTakesAlignment = false;
|
||||
HasDotTypeDotSizeDirective = false;
|
||||
HasSingleParameterDotFile = false;
|
||||
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
|
||||
|
Loading…
x
Reference in New Issue
Block a user