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 | db06215b7fb7eb5f5e710bddceadc3839422e24c (patch) | |
tree | 27059d299f7794814812eda2367d52a5b1487da8 | |
parent | e87231232a974d06d4f7d1ccb4098777ef7ed508 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |