summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoCOFF.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-08-23 04:45:37 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-08-23 04:45:37 +0000
commite87231232a974d06d4f7d1ccb4098777ef7ed508 (patch)
tree96774630d125b451a97192e37a404db671dcbba8 /llvm/lib/MC/MCAsmInfoCOFF.cpp
parentc3847a813466af569427672a5403e760110798cd (diff)
downloadbcm5719-llvm-e87231232a974d06d4f7d1ccb4098777ef7ed508.tar.gz
bcm5719-llvm-e87231232a974d06d4f7d1ccb4098777ef7ed508.zip
Workaround broken jump tables on x86-64 COFF.
llvm-svn: 111792
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp
index 7fc7d7abb23..45e981b9fcb 100644
--- a/llvm/lib/MC/MCAsmInfoCOFF.cpp
+++ b/llvm/lib/MC/MCAsmInfoCOFF.cpp
@@ -20,6 +20,7 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
COMMDirectiveAlignmentIsInBytes = false;
HasLCOMMDirective = true;
+ HasSetDirective = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
OpenPOWER on IntegriCloud