forked from OSchip/llvm-project
Revert part of my last commit. the mingw32 build bot doesn't seem to like it.
llvm-svn: 111793
This commit is contained in:
parent
e87231232a
commit
db06215b7f
|
@ -20,7 +20,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
|
|||
GlobalPrefix = "_";
|
||||
COMMDirectiveAlignmentIsInBytes = false;
|
||||
HasLCOMMDirective = true;
|
||||
HasSetDirective = false;
|
||||
HasDotTypeDotSizeDirective = false;
|
||||
HasSingleParameterDotFile = false;
|
||||
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
|
||||
|
|
Loading…
Reference in New Issue