repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objcxx
/
class-name-clash
/
Makefile
blob
b2c98c223e7244079912a314a9c72fb646aeab72
1
OBJCXX_SOURCES
:=
main.mm myobject.mm
2
include
Makefile.rules
3
4
# myobject.o needs to be built without debug info
5
myobject.o
:
myobject.mm
6
$(
CXX
) $(
CFLAGS_NO_DEBUG
) -
c
-
o
$
@
$<