summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 14:57:33 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 14:57:33 +0000
commit78ec311bd5fcdf44ed64841a0f5df1124b3a9b17 (patch)
treeff4cae16293e5c6ae77e355d6aff87847942850e /lib/CodeGen/SelectionDAG/Makefile
parentcacf462915344c2af25eef1af1f3ee2c7280ff56 (diff)
downloadllvm-78ec311bd5fcdf44ed64841a0f5df1124b3a9b17.tar.gz
llvm-78ec311bd5fcdf44ed64841a0f5df1124b3a9b17.tar.bz2
llvm-78ec311bd5fcdf44ed64841a0f5df1124b3a9b17.tar.xz
Initial checkin of SelectionDAG implementation. This is still rough and
unfinished git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/Makefile')
-rw-r--r--lib/CodeGen/SelectionDAG/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile
new file mode 100644
index 0000000000..77fad10f39
--- /dev/null
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../../..
+PARALLEL_DIRS =
+LIBRARYNAME = selection
+
+include $(LEVEL)/Makefile.common