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 66# RUN: %clangxx %cxxflags %s %t.so -o %t -Wl,-q -nostdlib
77# RUN: link_fdata %s %t %t.pat PREAGGT1
88# 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
1010
1111# RUN: llvm-strip --strip-unneeded %t -o %t.strip
1212# RUN: llvm-objcopy --remove-section=.eh_frame %t.strip %t.noeh
2626
2727## Check pre-aggregated traces don't report zero-sized PLT fall-through as
2828## 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
3131# CHECK-PLT: traces mismatching disassembled function contents: 0
3232
3333 .globl foo
You can’t perform that action at this time.
0 commit comments