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