Sign in
◑
Theme
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
API
/
functionalities
/
asan
/
Makefile
blob: 36d0624216b864cc9473b40385acd1e6d234b792 [
file
] [
edit
]
C_SOURCES
:=
main
.
c
compiler_rt
-
asan
:
CFLAGS_EXTRAS
:=
-
fsanitize
=
address
-
g
-
gcolumn
-
info
compiler_rt
-
asan
:
all
libsanitizers
-
traces
:
CFLAGS_EXTRAS
:=
-
g
-
gcolumn
-
info
libsanitizers
-
traces
:
all
include
Makefile
.
rules