Add an Objective-C++ specific test for direct ivar access. This adds to the existing C++ and ObjC tests, and tests against regression for future refactoring. Differential Revision: https://reviews.llvm.org/D146320
5 lines
106 B
Makefile
5 lines
106 B
Makefile
OBJCXX_SOURCES := main.mm
|
|
CFLAGS_EXTRAS := -fblocks -fobjc-arc
|
|
LD_EXTRAS := -lobjc
|
|
include Makefile.rules
|