We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fa04e commit 849c951Copy full SHA for 849c951
compiler-rt/lib/asan/CMakeLists.txt
@@ -71,7 +71,6 @@ SET(ASAN_HEADERS
71
asan_interface.inc
72
asan_interface_internal.h
73
asan_internal.h
74
- asan_lock.h
75
asan_mapping.h
76
asan_poisoning.h
77
asan_premap_shadow.h
llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -34,7 +34,6 @@ if (current_toolchain == host_toolchain) {
34
"asan_interface_internal.h",
35
"asan_internal.h",
36
"asan_linux.cpp",
37
- "asan_lock.h",
38
"asan_mac.cpp",
39
"asan_malloc_linux.cpp",
40
"asan_malloc_mac.cpp",
0 commit comments