Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
ivar-IMP
/
Makefile
blob: 91d46662e1062746d5d75ecf9c42750c8f79d946 [
file
]
OBJC_SOURCES
:=
myclass
.
m repro
.
m
LD_EXTRAS
:=
-
lobjc
include
Makefile
.
rules
# Force myclass.m to be compiled without debug info
myclass
.
o
:
CFLAGS
=
$
(
CFLAGS_NO_DEBUG
)