summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-08-23 05:25:23 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-08-23 05:25:23 +0000
commitdb06215b7fb7eb5f5e710bddceadc3839422e24c (patch)
tree27059d299f7794814812eda2367d52a5b1487da8
parente87231232a974d06d4f7d1ccb4098777ef7ed508 (diff)
downloadbcm5719-llvm-db06215b7fb7eb5f5e710bddceadc3839422e24c.tar.gz
bcm5719-llvm-db06215b7fb7eb5f5e710bddceadc3839422e24c.zip
Revert part of my last commit. the mingw32 build bot doesn't seem to like it.
llvm-svn: 111793
-rw-r--r--llvm/lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp
index 45e981b9fcb..7fc7d7abb23 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
OpenPOWER on IntegriCloud