forked from OSchip/llvm-project
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:
parent
8da14fb76c
commit
def26af4ea
|
@ -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
|
||||
;
|
||||
|
|
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue