summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorMomchil Velikov <momchil.velikov@arm.com>2019-07-17 17:43:32 +0000
committerMomchil Velikov <momchil.velikov@arm.com>2019-07-17 17:43:32 +0000
commit0e2b74a2b0b875a601851f389bf4bd2fa7b33735 (patch)
treeedde9c1dc93837c88b7469ed1732ec57a0ebfe67 /llvm/unittests
parent337aea438c5eebe6a149e5fafe38b71ec93caf8d (diff)
downloadbcm5719-llvm-0e2b74a2b0b875a601851f389bf4bd2fa7b33735.tar.gz
bcm5719-llvm-0e2b74a2b0b875a601851f389bf4bd2fa7b33735.zip
Revert [AArch64] Add support for Transactional Memory Extension (TME)
This reverts r366322 (git commit 4b8da3a503e434ddbc08ecf66582475765f449bc) llvm-svn: 366355
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/Support/TargetParserTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/Support/TargetParserTest.cpp b/llvm/unittests/Support/TargetParserTest.cpp
index 5ef8f2e4b55..34c7a8a4fd1 100644
--- a/llvm/unittests/Support/TargetParserTest.cpp
+++ b/llvm/unittests/Support/TargetParserTest.cpp
@@ -1119,7 +1119,6 @@ TEST(TargetParserTest, AArch64ArchExtFeature) {
{"rcpc", "norcpc", "+rcpc", "-rcpc" },
{"rng", "norng", "+rand", "-rand"},
{"memtag", "nomemtag", "+mte", "-mte"},
- {"tme", "notme", "+tme", "-tme"},
{"ssbs", "nossbs", "+ssbs", "-ssbs"},
{"sb", "nosb", "+sb", "-sb"},
{"predres", "nopredres", "+predres", "-predres"}
OpenPOWER on IntegriCloud