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 6
6
# RUN: %clangxx %cxxflags %s %t.so -o %t -Wl,-q -nostdlib
7
7
# RUN: link_fdata %s %t %t.pat PREAGGT1
8
8
# RUN: link_fdata %s %t %t.pat2 PREAGGT2
9
- # RUN : link_fdata %s %t %t.patplt PREAGGPLT
9
+ # DONTRUN : link_fdata %s %t %t.patplt PREAGGPLT
10
10
11
11
# RUN: llvm-strip --strip-unneeded %t -o %t.strip
12
12
# RUN: llvm-objcopy --remove-section=.eh_frame %t.strip %t.noeh
26
26
27
27
## Check pre-aggregated traces don't report zero-sized PLT fall-through as
28
28
## invalid trace
29
- # RUN : llvm-bolt %t.strip --pa -p %t.patplt -o %t.out | FileCheck %s \
30
- # RUN : --check-prefix=CHECK-PLT
29
+ # DONTRUN : llvm-bolt %t.strip --pa -p %t.patplt -o %t.out | FileCheck %s \
30
+ # DONTRUN : --check-prefix=CHECK-PLT
31
31
# CHECK-PLT: traces mismatching disassembled function contents: 0
32
32
33
33
.globl foo
You can’t perform that action at this time.
0 commit comments