summaryrefslogtreecommitdiff
path: root/lib/Target/MSIL/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-03-21 21:38:25 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-03-21 21:38:25 +0000
commit099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c (patch)
treeeb91ea2ee9cac62b6c7dc6495d0dcbbc5b73a938 /lib/Target/MSIL/Makefile
parentaceaf5d26ee137ef5bda6b70c99ceb1950d0b5a5 (diff)
downloadllvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.gz
llvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.bz2
llvm-099883f7eb4d1265b9c5f8fd416f3ac5f5fdb93c.tar.xz
Let the new backend begin!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL/Makefile')
-rw-r--r--lib/Target/MSIL/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Target/MSIL/Makefile b/lib/Target/MSIL/Makefile
new file mode 100644
index 0000000000..8557860ee2
--- /dev/null
+++ b/lib/Target/MSIL/Makefile
@@ -0,0 +1,14 @@
+##===- lib/Target/MSIL/Makefile ----------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME = LLVMMSIL
+include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(CompileCommonOpts) -Wno-format