Dave Lee 75fdf7fd15 [lldb] Test direct ivar access in objc++ (NFC)
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
2023-03-21 10:14:42 -07:00

5 lines
106 B
Makefile

OBJCXX_SOURCES := main.mm
CFLAGS_EXTRAS := -fblocks -fobjc-arc
LD_EXTRAS := -lobjc
include Makefile.rules