summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-15 14:01:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-15 14:01:07 +0000
commitd610ba99cb6eaf8496a6fb700a091b683d40580c (patch)
tree44641218f6ec64de3f43cd35dcd48173578d99ad /llvm/lib/Target/ARM
parent9bac9ca796ba4c7d7487897dd5ce4b9845012950 (diff)
downloadbcm5719-llvm-d610ba99cb6eaf8496a6fb700a091b683d40580c.tar.gz
bcm5719-llvm-d610ba99cb6eaf8496a6fb700a091b683d40580c.zip
Remove HasLEB128.
We already require CFI, so it should be safe to require .leb128 and .uleb128. llvm-svn: 215712
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
index 7a19208cffc..1d8209952d0 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
@@ -55,7 +55,6 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo(StringRef TT) {
Code16Directive = ".code\t16";
Code32Directive = ".code\t32";
- HasLEB128 = true;
SupportsDebugInformation = true;
// Exceptions handling
@@ -103,7 +102,6 @@ ARMCOFFMCAsmInfoGNU::ARMCOFFMCAsmInfoGNU() {
Code32Directive = ".code\t32";
PrivateGlobalPrefix = ".L";
- HasLEB128 = true;
SupportsDebugInformation = true;
ExceptionsType = ExceptionHandling::None;
UseParensForSymbolVariant = true;
OpenPOWER on IntegriCloud