mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
472348ab92
work anyway (Interpreter::getPointerToFunction doesn't return a callable pointer), and improve the error message when an ExecutionEngine can't be created. llvm-svn: 95896
16 lines
469 B
Makefile
16 lines
469 B
Makefile
##===- examples/Kaleidoscope/Chapter5/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 = Kaleidoscope-Ch5
|
|
EXAMPLE_TOOL = 1
|
|
|
|
LINK_COMPONENTS := core jit native
|
|
|
|
include $(LEVEL)/Makefile.common
|