diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-28 16:33:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-28 16:33:36 +0000 |
commit | f3a2f216da01e4ba2f54d96d7d6c4c0f387d4f27 (patch) | |
tree | a94f664646bc8d8463cf362ef07e4e7926c05a62 /lib/Target/MSIL/Makefile | |
parent | 69494cf8102cf872e9cb76662e9960be7c112112 (diff) | |
download | external_llvm-f3a2f216da01e4ba2f54d96d7d6c4c0f387d4f27.zip external_llvm-f3a2f216da01e4ba2f54d96d7d6c4c0f387d4f27.tar.gz external_llvm-f3a2f216da01e4ba2f54d96d7d6c4c0f387d4f27.tar.bz2 |
remove the MSIL backend. It isn't maintained, is buggy, has no testcases
and hasn't kept up with ToT. Approved by Anton.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL/Makefile')
-rw-r--r-- | lib/Target/MSIL/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Target/MSIL/Makefile b/lib/Target/MSIL/Makefile deleted file mode 100644 index 70eadb3..0000000 --- a/lib/Target/MSIL/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- lib/Target/MSIL/Makefile ----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -LIBRARYNAME = LLVMMSIL -DIRS = TargetInfo - -include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(CompileCommonOpts) -Wno-format |