mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Fix race condition in Makefile
llvm-svn: 5380
This commit is contained in:
parent
e8a6ce9d6c
commit
7964483787
@ -1,6 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
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
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
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