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-ivar-stripped
/
Makefile
blob
8b63215d6d9da634807d616b8352a880823ac404
1
OBJC_SOURCES
:=
main.m
2
LD_EXTRAS
:= -
lobjc
-
framework Foundation
3
4
all
:
a.out.stripped
5
6
include
Makefile.rules
7
8
a.out.stripped
:
a.out.dSYM
9
strip
-
o a.out.stripped a.out
10
ifneq
"$(CODESIGN)"
""
11
$(
CODESIGN
) -
fs
-
a.out.stripped
12
endif