Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
python_api
/
frame
/
inlines
/
Makefile
blob: cf17569a5e351abdb65886b7ff7cdf6e4bb06759 [
file
] [
log
] [
blame
] [
edit
]
C_SOURCES
:=
inlines
.
c
ifeq
(
$
(
CC_TYPE
),
icc
)
CFLAGS_EXTRAS
:=
-
debug inline
-
debug
-
info
endif
include
Makefile
.
rules