mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix didn't fix the race condition in the makefiles
llvm-svn: 5394
This commit is contained in:
parent
6c78c94a92
commit
0d35f25ed7
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
DIRS = Interpreter JIT
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
JITLIBS = lli-jit codegen x86
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
|
||||
|
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
DIRS = Interpreter JIT
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
JITLIBS = lli-jit codegen x86
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
|
||||
|
Loading…
Reference in New Issue
Block a user