File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 4
4
RUN: %clang %cflags -pie %S/Inputs/indirect_goto.c -o %t.exe -Wl,-q
5
5
RUN: llvm-bolt %t.exe -o %t.bolt --print-cfg | FileCheck --check-prefix=CHECK-PIE %s
6
6
7
- RUN: %clang %cflags -no-pie %S/Inputs/indirect_goto.c -o %t.exe -Wl,-q
8
- RUN: llvm-bolt %t.exe -o %t.bolt --print-cfg | FileCheck --check-prefix=CHECK-NO-PIE %s
9
-
10
7
// Check that BOLT registers extra entry points for dynamic relocations with PIE.
11
8
CHECK-PIE: Binary Function "main" after building cfg {
12
9
CHECK-PIE: IsMultiEntry: 1
13
10
CHECK-PIE: Secondary Entry Points : {{.*}}
14
-
15
- // Check that BOLT does not register extra entry points for dynamic relocations
16
- // without PIE
17
- CHECK-NO-PIE: Binary Function "main" after building cfg {
18
- CHECK-NO-PIE-NOT: IsMultiEntry: 1
19
- CHECK-NO-PIE-NOT: Secondary Entry Points : {{.*}}
You can’t perform that action at this time.
0 commit comments