From: Michael J. Spencer Date: Mon, 23 Aug 2010 05:25:23 +0000 (+0000) Subject: Revert part of my last commit. the mingw32 build bot doesn't seem to like it. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=69c59218dc97156a42cefd7a56e62b55b5f28544;p=oota-llvm.git Revert part of my last commit. the mingw32 build bot doesn't seem to like it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp index 45e981b9fcb..7fc7d7abb23 100644 --- a/lib/MC/MCAsmInfoCOFF.cpp +++ b/lib/MC/MCAsmInfoCOFF.cpp @@ -20,7 +20,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() { GlobalPrefix = "_"; COMMDirectiveAlignmentIsInBytes = false; HasLCOMMDirective = true; - HasSetDirective = false; HasDotTypeDotSizeDirective = false; HasSingleParameterDotFile = false; PrivateGlobalPrefix = "L"; // Prefix for private global symbols