[llvm] def26af - Revert "The arm64 triple requires AArch64 not ARM target"
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 08:27:23 PST 2020
Author: Paul Robinson
Date: 2020-11-10T08:27:05-08:00
New Revision: def26af4eab0e857edf24b5785b20652a61c5f88
URL: https://github.com/llvm/llvm-project/commit/def26af4eab0e857edf24b5785b20652a61c5f88
DIFF: https://github.com/llvm/llvm-project/commit/def26af4eab0e857edf24b5785b20652a61c5f88.diff
LOG: Revert "The arm64 triple requires AArch64 not ARM target"
This reverts commit e7256825d57305045ae6fe1d44892a15a968314c.
apparently it's not that simple.
https://lab.llvm.org:8011/#/builders/109/2412
Added:
Modified:
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_function_name.ll
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll
Removed:
################################################################################
diff --git a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_function_name.ll b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_function_name.ll
index f097a657e0fb..1ea9d20146f1 100644
--- a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_function_name.ll
+++ b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_function_name.ll
@@ -1,6 +1,5 @@
; Check that we accept functions with '$' in the name.
;
-; RUN: llc -mtriple=arm64-unknown-linux < %s | FileCheck --prefi=LINUX %s
; RUN: llc -mtriple=aarch64-unknown-linux < %s | FileCheck --check-prefix=LINUX %s
; RUN: llc -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=DARWIN %s
;
diff --git a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll
index 43d69bc6441c..6c0f9e971035 100644
--- a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll
+++ b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll
@@ -1,5 +1,6 @@
; Check that we accept functions with '$' in the name.
;
+; RUN: llc -mtriple=arm64-unknown-linux < %s | FileCheck --prefi=LINUX %s
; RUN: llc -mtriple=armv7-apple-darwin < %s | FileCheck --prefix=DARWIN %s
; RUN: llc -mtriple=armv7-apple-ios < %s | FileCheck --prefix=IOS %s
;
More information about the llvm-commits
mailing list