File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 44RUN: %clang %cflags -pie %S/Inputs/indirect_goto.c -o %t.exe -Wl,-q
55RUN: llvm-bolt %t.exe -o %t.bolt --print-cfg | FileCheck --check-prefix=CHECK-PIE %s
66
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-
107// Check that BOLT registers extra entry points for dynamic relocations with PIE.
118CHECK-PIE: Binary Function "main" after building cfg {
129CHECK-PIE: IsMultiEntry: 1
1310CHECK-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