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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
linux
/
add-symbols
/
Makefile
blob
b10a03899e2256b4829de02298ebadecce444eb1
1
CXX_SOURCES
:=
main.
cpp
2
LD_EXTRAS
:= -
Wl
,--
build-id
=
none
3
4
all
:
stripped.out
5
6
stripped.out
:
a.out
7
$(
OBJCOPY
) --
remove-section
=
.note.gnu.build-id
--
remove-section
=
.gnu_debuglink
--
strip-debug
$< $
@
8
9
include
Makefile.rules