File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99
1010; Test the creation, reading and displaying of profile
1111; RUX: rm -f llvmprof.out
12- ; RUX: lli -load %llvmlibsdir /profile_rt%shlibext %t2
13- ; RUX: lli -load %llvmlibsdir /profile_rt%shlibext %t2 1 2
12+ ; RUX: lli -load %llvmshlibdir /profile_rt%shlibext %t2
13+ ; RUX: lli -load %llvmshlibdir /profile_rt%shlibext %t2 1 2
1414; RUX: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s
1515
1616; Test the loaded profile also with verifier.
Original file line number Diff line number Diff line change 11; Test that bugpoint can narrow down the testcase to the important function
2- ; FIXME: This likely fails on windows
32;
4- ; RUN: bugpoint -load %llvmlibsdir /BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
5- ; XFAIL: mingw
3+ ; RUN: bugpoint -load %llvmshlibdir /BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
4+ ; REQUIRES: loadable_module
65
76define i32 @foo () { ret i32 1 }
87
Original file line number Diff line number Diff line change 1- ; RUN: bugpoint -load %llvmlibsdir /BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
1+ ; RUN: bugpoint -load %llvmshlibdir /BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
22; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
3- ; XFAIL: mingw
3+ ; REQUIRES: loadable_module
44
55; Bugpoint should keep the call's metadata attached to the call.
66
Original file line number Diff line number Diff line change 1- ; FIXME: This likely fails on windows
2- ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
1+ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
32; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
4- ; XFAIL: mingw
3+ ; REQUIRES: loadable_module
54
65; Test to make sure that arguments are removed from the function if they are
76; unnecessary. And clean up any types that that frees up too.
Original file line number Diff line number Diff line change 11; PR1318
2- ; RUN: opt < %s -load=%llvmlibsdir /LLVMHello%shlibext -hello \
2+ ; RUN: opt < %s -load=%llvmshlibdir /LLVMHello%shlibext -hello \
33; RUN: -disable-output |& grep Hello
4+ ; REQUIRES: loadable_module
5+ ; FIXME: On Cygming, it might fail without building LLVMHello manually.
46
57@junk = global i32 0
68
You can’t perform that action at this time.
0 commit comments