summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorAdam Gemmell <adam.gemmell@arm.com>2021-05-19 16:11:11 +0100
committerAdam Gemmell <adam.gemmell@arm.com>2021-05-19 16:11:11 +0100
commit523b4d149966a284101cc823167e637b6be9a10a (patch)
tree7ae5c4bf511398aca04645ef0795308609e6d864 /compiler/rustc_codegen_llvm/src
parent3f5f54cd8bf73e7a271955582834fda9e707429d (diff)
downloadrust-523b4d149966a284101cc823167e637b6be9a10a.tar.gz
rust-523b4d149966a284101cc823167e637b6be9a10a.zip
Remove LSE2
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index f0a2c91c018..c734d3e0af9 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -153,7 +153,6 @@ pub fn to_llvm_feature<'a>(sess: &Session, s: &'a str) -> &'a str {
         ("aarch64", "fp") => "fp-armv8",
         ("aarch64", "fp16") => "fullfp16",
         ("aarch64", "fhm") => "fp16fml",
-        ("aarch64", "lse2") => "outline-atomics",
         ("aarch64", "rcpc2") => "rcpc-immo",
         ("aarch64", "dpb") => "ccpp",
         ("aarch64", "dpb2") => "ccdp",