Revert "The arm64 triple requires AArch64 not ARM target"
authorPaul Robinson <paul.robinson@sony.com>
Tue, 10 Nov 2020 16:25:46 +0000 (08:25 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 10 Nov 2020 16:27:05 +0000 (08:27 -0800)
This reverts commit e7256825d57305045ae6fe1d44892a15a968314c.
apparently it's not that simple.
https://lab.llvm.org:8011/#/builders/109/2412

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

index f097a65..1ea9d20 100644 (file)
@@ -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
 ;
index 43d69bc..6c0f9e9 100644 (file)
@@ -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
 ;