summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoCOFF.cpp
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
commit69c59218dc97156a42cefd7a56e62b55b5f28544 (patch)
tree490758bbf54e9312593e217756a92101f258c6d1 /lib/MC/MCAsmInfoCOFF.cpp
parent3464cec4d8cf09f9e1b3b9af9ab7b7d4a6a69a59 (diff)
downloadllvm-69c59218dc97156a42cefd7a56e62b55b5f28544.tar.gz
llvm-69c59218dc97156a42cefd7a56e62b55b5f28544.tar.bz2
llvm-69c59218dc97156a42cefd7a56e62b55b5f28544.tar.xz
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/MC/MCAsmInfoCOFF.cpp')
-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 45e981b9fc..7fc7d7abb2 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