summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELF.cpp
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2018-11-08 16:21:29 +0000
committerDavide Italiano <davide@freebsd.org>2018-11-08 16:21:29 +0000
commitac8279ab8bbfd0e1af2c4815391aaf90cf548a33 (patch)
treebf4562a310e73952c15fc13d783c5e7c29aa7cc8 /llvm/lib/Object/ELF.cpp
parent692b34790f34521f34bb8697f5c8465d8914a862 (diff)
downloadbcm5719-llvm-ac8279ab8bbfd0e1af2c4815391aaf90cf548a33.tar.gz
bcm5719-llvm-ac8279ab8bbfd0e1af2c4815391aaf90cf548a33.zip
Revert "[MSP430] Add MC layer"
This commit broke the module buildbots. Error: lib/Target/MSP430/MSP430GenAsmMatcher.inc:1027:1: error: redundant namespace 'llvm' [-Wmodules-import-nested-redundant] ^ llvm-svn: 346410
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
-rw-r--r--llvm/lib/Object/ELF.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Object/ELF.cpp b/llvm/lib/Object/ELF.cpp
index 2edab0b1373..da56d97c4bc 100644
--- a/llvm/lib/Object/ELF.cpp
+++ b/llvm/lib/Object/ELF.cpp
@@ -139,13 +139,6 @@ StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine,
break;
}
break;
- case ELF::EM_MSP430:
- switch (Type) {
-#include "llvm/BinaryFormat/ELFRelocs/MSP430.def"
- default:
- break;
- }
- break;
default:
break;
}
OpenPOWER on IntegriCloud