File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu no-info.s -o noinfo1.o
34
34
# RUN: cp noinfo1.o noinfo2.o
35
- # RUN: not ld.lld -z pauth-report=error tag1 .o noinfo1 .o noinfo2.o -o /dev/null 2>&1 | FileCheck --check-prefix ERR5 %s
36
- # RUN: ld.lld -z pauth-report=warning tag1 .o noinfo1 .o noinfo2.o -o /dev/null 2>&1 | FileCheck --check-prefix WARN %s
37
- # RUN: ld.lld -z pauth-report=none tag1 .o noinfo1 .o noinfo2.o --fatal-warnings -o /dev/null
35
+ # RUN: not ld.lld -z pauth-report=error noinfo1 .o tag1 .o noinfo2.o -o /dev/null 2>&1 | FileCheck --check-prefix ERR5 %s
36
+ # RUN: ld.lld -z pauth-report=warning noinfo1 .o tag1 .o noinfo2.o -o /dev/null 2>&1 | FileCheck --check-prefix WARN %s
37
+ # RUN: ld.lld -z pauth-report=none noinfo1 .o tag1 .o noinfo2.o --fatal-warnings -o /dev/null
38
38
39
39
# ERR5: error: noinfo1.o: -z pauth-report: file does not have AArch64 PAuth core info while tag1.o has one
40
40
# ERR5-NEXT: error: noinfo2.o: -z pauth-report: file does not have AArch64 PAuth core info while tag1.o has one
You can’t perform that action at this time.
0 commit comments