diff options
Diffstat (limited to 'gnu/llvm/lib/ExecutionEngine/MCJIT/Makefile')
-rw-r--r-- | gnu/llvm/lib/ExecutionEngine/MCJIT/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/llvm/lib/ExecutionEngine/MCJIT/Makefile b/gnu/llvm/lib/ExecutionEngine/MCJIT/Makefile deleted file mode 100644 index 967efbc0efa..00000000000 --- a/gnu/llvm/lib/ExecutionEngine/MCJIT/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -##===- lib/ExecutionEngine/MCJIT/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 = LLVMMCJIT - -include $(LEVEL)/Makefile.common |