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 = "_";
|
GlobalPrefix = "_";
|
||||||
COMMDirectiveAlignmentIsInBytes = false;
|
COMMDirectiveAlignmentIsInBytes = false;
|
||||||
HasLCOMMDirective = true;
|
HasLCOMMDirective = true;
|
||||||
HasSetDirective = false;
|
|
||||||
HasDotTypeDotSizeDirective = false;
|
HasDotTypeDotSizeDirective = false;
|
||||||
HasSingleParameterDotFile = false;
|
HasSingleParameterDotFile = false;
|
||||||
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
|
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
|
||||||
|
|
Loading…
Reference in New Issue