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
[mlir][PDLL] Allow (and ignore) `-D` tablegen macros. (#124166)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
objc-ivar-stripped
/
Makefile
blob
eed66d2a965d11ade22a64894d2eddcb3d0e0a92
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