diff options
Diffstat (limited to 'gnu/llvm/examples/ParallelJIT/Makefile')
-rw-r--r-- | gnu/llvm/examples/ParallelJIT/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/llvm/examples/ParallelJIT/Makefile b/gnu/llvm/examples/ParallelJIT/Makefile deleted file mode 100644 index 0f2a3575f76..00000000000 --- a/gnu/llvm/examples/ParallelJIT/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = ParallelJIT -EXAMPLE_TOOL = 1 - -LINK_COMPONENTS := mcjit interpreter nativecodegen - -include $(LEVEL)/Makefile.common - -LIBS += -lpthread |