File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- ; RUN: not llc -mtriple=aarch64-pc-unknown-xcoff -filetype=null %s 2>&1 | FileCheck %s
2
- ; RUN: not llc -mtriple=aarch64-pc-unknown-goff -filetype=null %s 2>&1 | FileCheck %s
1
+ ; RUN: not llc -mtriple=aarch64-pc-unknown-xcoff -filetype=null %s 2>&1 | FileCheck -check-prefix=OBJFORMAT %s
2
+ ; RUN: not llc -mtriple=aarch64-pc-unknown-goff -filetype=null %s 2>&1 | FileCheck -check-prefix=OBJFORMAT %s
3
+
4
+ ; RUN: not llc -mtriple=aarch64-unknown-linux-coff -filetype=null %s 2>&1 | FileCheck -check-prefix=MCINIT %s
5
+ ; CHECK: LLVM ERROR: cannot initialize MC for non-Windows COFF object files
3
6
4
7
; Make sure there is no crash or assert with unexpected object
5
8
; formats.
6
9
7
- ; CHECK: LLVM ERROR: unsupported object format
10
+ ; OBJFORMAT: LLVM ERROR: unsupported object format
11
+ ; MCINIT: LLVM ERROR: cannot initialize MC for non-Windows COFF object files
8
12
define void @foo () {
9
13
ret void
10
14
}
You can’t perform that action at this time.
0 commit comments