[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / macros / Makefile
bloba2af5c4ce70fb8c79539c575c4a8fb23921d3175
1 CXX_SOURCES := main.cpp
3 DEBUG_INFO_FLAG = -g3 -gdwarf-5
5 # GCC produces incorrect .debug_macro section when "-include" option is used:
6 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075.
7 NO_TEST_COMMON_H := 1
9 include Makefile.rules