File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve -o - %s | FileCheck %s --check-prefix=CHECK-ASM --strict-whitespace
2
- ; RUN: llc -mtriple=arm64-apple-macosx -mattr=+sve -o - %s | FileCheck %s --check-prefix=CHECK-ASM-NON-ELF-TARGET
3
2
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve -filetype=obj -o - %s \
4
3
; RUN: | llvm-readobj --symbols - | FileCheck %s --check-prefix=CHECK-OBJ
5
- ; RUN: llc -mtriple=arm64-apple-macosx -mattr=+sve -filetype=obj -o - %s \
6
- ; RUN: | llvm-readobj --symbols - | FileCheck %s --check-prefix=CHECK-OBJ-NON-ELF-TARGET
7
-
8
- ; .variant_pcs directive should only be emitted for ELF targets.
9
- ; CHECK-ASM-NON-ELF-TARGET-NOT: .variant_pcs
10
- ; CHECK-OBJ-NON-ELF-TARGET-NOT: Other [ (0x80)
11
4
12
5
; Check we don't crash when using a Mach-O object format.
13
6
; RUN: llc -mtriple=arm64-apple-macosx15.0.0 -mattr=+sve -filetype=obj -o /dev/null %s
You can’t perform that action at this time.
0 commit comments