From db06215b7fb7eb5f5e710bddceadc3839422e24c Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 23 Aug 2010 05:25:23 +0000 Subject: [PATCH] Revert part of my last commit. the mingw32 build bot doesn't seem to like it. llvm-svn: 111793 --- llvm/lib/MC/MCAsmInfoCOFF.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp index 45e981b9fcb0..7fc7d7abb232 100644 --- a/llvm/lib/MC/MCAsmInfoCOFF.cpp +++ b/llvm/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