mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-15 10:39:47 +00:00
Make it possible to choose between different compilation graph definitions at compile-time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50972 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a673037097
commit
ecb977e64f
@ -14,7 +14,8 @@ REQUIRES_EH := 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
TOOLS_SOURCE=Graph.td Tools.td Common.td
|
||||
GRAPH = Graph.td
|
||||
TOOLS_SOURCE=$(GRAPH) Tools.td Common.td
|
||||
|
||||
# TOFIX: integrate this part into Makefile.rules?
|
||||
# The degree of horrorshowness in that file is too much for me atm.
|
||||
|
Loading…
x
Reference in New Issue
Block a user