Revert part of my last commit. the mingw32 build bot doesn't seem to like it.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 23 Aug 2010 05:25:23 +0000 (05:25 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 23 Aug 2010 05:25:23 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111793 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAsmInfoCOFF.cpp

index 45e981b9fcb092e165da5af63782d033297bf2e3..7fc7d7abb232c8283ce663fe7dbfb1d60b68a4f8 100644 (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