mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
Also reduces changes between tutorial chapters. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245472 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
477 B
Makefile
16 lines
477 B
Makefile
##===- examples/Kaleidoscope/Chapter2/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-Ch2
|
|
EXAMPLE_TOOL = 1
|
|
|
|
LLVM_CXXFLAGS := -Wno-unused-private-field
|
|
|
|
include $(LEVEL)/Makefile.common
|