These tests were temporarily missing when the big Makefile simplification patch landed, so this just applies the same change to these tests. llvm-svn: 371738
8 lines
129 B
Makefile
8 lines
129 B
Makefile
CXX_SOURCES := main.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include Makefile.rules
|