1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 c52ac23659
commit 82f1603fa7

View File

@ -20,7 +20,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
COMMDirectiveAlignmentIsInBytes = false;
HasLCOMMDirective = true;
HasSetDirective = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols