mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd1ec5e68b
commit
a4eb1a5cba
@ -1,5 +1 @@
|
||||
set(LLVM_LINK_COMPONENTS core jit interpreter native)
|
||||
|
||||
add_llvm_example(Kaleidoscope
|
||||
toy.cpp
|
||||
)
|
||||
add_subdirectory(Chapter7)
|
||||
|
5
examples/Kaleidoscope/Chapter7/CMakeLists.txt
Normal file
5
examples/Kaleidoscope/Chapter7/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS core jit interpreter native)
|
||||
|
||||
add_llvm_example(Kaleidoscope-Ch7
|
||||
toy.cpp
|
||||
)
|
15
examples/Kaleidoscope/Chapter7/Makefile
Normal file
15
examples/Kaleidoscope/Chapter7/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
##===- examples/Kaleidoscope-Ch7/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-Ch7
|
||||
EXAMPLE_TOOL = 1
|
||||
|
||||
LINK_COMPONENTS := core jit interpreter native
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
@ -6,10 +6,10 @@
|
||||
# License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../..
|
||||
TOOLNAME = Kaleidoscope
|
||||
EXAMPLE_TOOL = 1
|
||||
LEVEL=../..
|
||||
|
||||
LINK_COMPONENTS := core jit interpreter native
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
PARALLEL_DIRS:= Chapter7
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user