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
/
objc
/
objc-static-method-stripped
/
Makefile
blob
ed312938c9cd1142e8a9312fc2c09498ba386ce4
1
OBJC_SOURCES
:=
static.m
2
LD_EXTRAS
:= -
lobjc
-
framework Foundation
3
4
default
:
a.out.stripped
5
6
a.out.stripped
:
a.out.dSYM
7
strip
-
o a.out.stripped a.out
8
ln
-
sf a.out.dSYM a.out.stripped.dSYM
9
10
include
Makefile.rules