Skip to content

Commit f0c3006

Browse files
committed
Absorb the change from #139778
1 parent 5db82b3 commit f0c3006

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bolt/test/binary-analysis/AArch64/gs-pauth-jump-table.s

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
// Without -Wl,--emit-relocs BOLT refuses to create CFG information for the below functions.
33

44
// RUN: %clang %cflags -march=armv8.3-a -Wl,--no-relax -Wl,--emit-relocs %s -o %t.exe
5-
// RUN: llvm-bolt-binary-analysis --scanners=pauth %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,CFG %s
5+
// RUN: llvm-bolt-binary-analysis --scanners=pauth %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,CFG %s
6+
// RUN: llvm-bolt-binary-analysis --scanners=pauth --auth-traps-on-failure %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,CFG %s
67
// RUN: %clang %cflags -march=armv8.3-a -Wl,--no-relax %s -o %t.exe
7-
// RUN: llvm-bolt-binary-analysis --scanners=pauth %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,NOCFG %s
8+
// RUN: llvm-bolt-binary-analysis --scanners=pauth %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,NOCFG %s
9+
// RUN: llvm-bolt-binary-analysis --scanners=pauth --auth-traps-on-failure %t.exe 2>&1 | FileCheck --check-prefixes=CHECK,NOCFG %s
810

911
// FIXME: Labels could be further validated. Specifically, it could be checked
1012
// that the jump table itself is located in a read-only data section.

0 commit comments

Comments
 (0)