File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22;; be mixed.
33;;
44; RUN: llvm-as %s -o %t1.bc
5- ; RUN: llvm-as %p/TestInputs /foo.ll -o %t2.bc
5+ ; RUN: llvm-as %p/Inputs /foo.ll -o %t2.bc
66; RUN: llvm-lto -exported-symbol main \
77; RUN: -exported-symbol foo_on \
88; RUN: -filetype=obj \
Original file line number Diff line number Diff line change 22;; be mixed.
33;
44; RUN: llvm-as %s -o %t1.bc
5- ; RUN: llvm-as %p/TestInputs /foo.ll -o %t2.bc
6- ; RUN: llvm-as %p/TestInputs /fiz.ll -o %t3.bc
7- ; RUN: llvm-as %p/TestInputs /bar.ll -o %t4.bc
8- ; RUN: llvm-as %p/TestInputs /old.ll -o %t5.bc
5+ ; RUN: llvm-as %p/Inputs /foo.ll -o %t2.bc
6+ ; RUN: llvm-as %p/Inputs /fiz.ll -o %t3.bc
7+ ; RUN: llvm-as %p/Inputs /bar.ll -o %t4.bc
8+ ; RUN: llvm-as %p/Inputs /old.ll -o %t5.bc
99; RUN: llvm-lto -exported-symbol main \
1010; RUN: -exported-symbol foo_on \
1111; RUN: -exported-symbol foo_off \
You can’t perform that action at this time.
0 commit comments