Revert "The arm64 triple requires AArch64 not ARM target"

This reverts commit e7256825d5.
apparently it's not that simple.
https://lab.llvm.org:8011/#/builders/109/2412
This commit is contained in:
Paul Robinson 2020-11-10 08:25:46 -08:00
parent 8da14fb76c
commit def26af4ea
2 changed files with 1 additions and 1 deletions

View 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
;

View 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
;