diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-23 05:25:23 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-23 05:25:23 +0000 |
commit | 69c59218dc97156a42cefd7a56e62b55b5f28544 (patch) | |
tree | 490758bbf54e9312593e217756a92101f258c6d1 /lib/MC/MCAsmInfoCOFF.cpp | |
parent | 3464cec4d8cf09f9e1b3b9af9ab7b7d4a6a69a59 (diff) | |
download | external_llvm-69c59218dc97156a42cefd7a56e62b55b5f28544.zip external_llvm-69c59218dc97156a42cefd7a56e62b55b5f28544.tar.gz external_llvm-69c59218dc97156a42cefd7a56e62b55b5f28544.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/MC/MCAsmInfoCOFF.cpp')
-rw-r--r-- | lib/MC/MCAsmInfoCOFF.cpp | 1 |
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 |