You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
ad6b82dd53
Top of tree never regressed, but we have internal branches that we constantly merge and we need to make sure we don't regress. <rdar://problem/19429907> llvm-svn: 225572
10 lines
161 B
Makefile
10 lines
161 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include $(LEVEL)/Makefile.rules
|