Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
commands
/
expression
/
macros
/
Makefile
blob: a2af5c4ce70fb8c79539c575c4a8fb23921d3175 [
file
] [
log
] [
blame
]
CXX_SOURCES
:=
main
.
cpp
DEBUG_INFO_FLAG
=
-
g3
-
gdwarf
-
5
# GCC produces incorrect .debug_macro section when "-include" option is used:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075.
NO_TEST_COMMON_H
:=
1
include
Makefile
.
rules