aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit0d68db465fc7aeddcfc10d1cbd815d5d9d8821da (patch)
tree490758bbf54e9312593e217756a92101f258c6d1 /lib
parent755c54f6a056a2a33304a032620a5fca6390d368 (diff)
downloadexternal_llvm-0d68db465fc7aeddcfc10d1cbd815d5d9d8821da.zip
external_llvm-0d68db465fc7aeddcfc10d1cbd815d5d9d8821da.tar.gz
external_llvm-0d68db465fc7aeddcfc10d1cbd815d5d9d8821da.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp
index 45e981b..7fc7d7a 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