mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 16:54:12 +00:00
Make test not write to source directory
llvm-svn: 362916
This commit is contained in:
parent
4936805386
commit
4ab91c35ba
@ -16,8 +16,8 @@ RUN: llvm-lib %t/x86_64.obj %t/x86_64.bc
|
||||
|
||||
As is including resource files:
|
||||
|
||||
RUN: llvm-lib %S/Inputs/resource.res %t/i386.obj %t/i386.bc
|
||||
RUN: llvm-lib %t/x86_64.obj %S/Inputs/resource.res %t/x86_64.bc
|
||||
RUN: llvm-lib /out:%t.lib %S/Inputs/resource.res %t/i386.obj %t/i386.bc
|
||||
RUN: llvm-lib /out:%t.lib %t/x86_64.obj %S/Inputs/resource.res %t/x86_64.bc
|
||||
|
||||
|
||||
Mixing object files with different machine type is not ok:
|
||||
|
Loading…
x
Reference in New Issue
Block a user