aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SparcV9/Makefile')
-rw-r--r--lib/Target/SparcV9/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile
index 68c6fee..aca3a0e 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -32,3 +32,6 @@ Debug/Sparc.burm : Debug/Sparc.burg.in1
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
touch $@
+SparcV9CodeEmitter.inc: SparcV9.td
+ @echo "TableGen-erating $@"
+ cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc