mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
allow for a target to ask for a dag isel
llvm-svn: 23237
This commit is contained in:
parent
12c57505bf
commit
9efe5b36c2
@ -1140,6 +1140,12 @@ $(ObjDir)/%GenCodeEmitter.inc.tmp: %.td $(ObjDir)/.dir
|
||||
$(Echo) "Building $(<F) code emitter with tblgen"
|
||||
$(Verb) $(TableGen) -gen-emitter -o $@ $<
|
||||
|
||||
$(TARGET:%=$(ObjDir)/%GenDAGISel.inc.tmp): \
|
||||
$(ObjDir)/%GenDAGISel.inc.tmp : %.td $(ObjDir)/.dir
|
||||
$(Echo) "Building $(<F) instruction selector implementation with tblgen"
|
||||
$(Verb) $(TableGen) -gen-dag-isel -o $@ $<
|
||||
|
||||
|
||||
clean-local::
|
||||
-$(Verb) $(RM) -f $(INCFiles)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user