summaryrefslogtreecommitdiff
path: root/tools/llvmc2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2')
-rw-r--r--tools/llvmc2/Graph.td (renamed from tools/llvmc2/Example.td)0
-rw-r--r--tools/llvmc2/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Example.td b/tools/llvmc2/Graph.td
index 6fb998b28b..6fb998b28b 100644
--- a/tools/llvmc2/Example.td
+++ b/tools/llvmc2/Graph.td
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index 648ba07919..d1b85a63d0 100644
--- a/tools/llvmc2/Makefile
+++ b/tools/llvmc2/Makefile
@@ -14,7 +14,7 @@ REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
-TOOLS_SOURCE=Example.td Tools.td Common.td
+TOOLS_SOURCE=Graph.td Tools.td Common.td
# TOFIX: integrate this part into Makefile.rules?
# The degree of horrorshowness in that file is too much for me atm.