Revert part of my last commit. the mingw32 build bot doesn't seem to like it.

llvm-svn: 111793
This commit is contained in:
Michael J. Spencer 2010-08-23 05:25:23 +00:00
parent e87231232a
commit db06215b7f
1 changed files with 0 additions and 1 deletions

View File

@ -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