diff options
Diffstat (limited to 'contrib/llvm/lib/Target/MSIL/Makefile')
-rw-r--r-- | contrib/llvm/lib/Target/MSIL/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/llvm/lib/Target/MSIL/Makefile b/contrib/llvm/lib/Target/MSIL/Makefile deleted file mode 100644 index 70eadb3..0000000 --- a/contrib/llvm/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 |