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

