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
[JITLink][LoongArch] Support R_LARCH_ALIGN relaxation (#122259)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
objc-static-method-stripped
/
Makefile
blob
4936553c56f7c02d988274d4a49911857066dc10
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