Skip to content

Commit 849c951

Browse files
committed
[compiler-rt][asan] Remove reference to asan_lock.h which was removed.
By commit 12ed2c9. Fixes #75736
1 parent 17fa04e commit 849c951

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler-rt/lib/asan/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ SET(ASAN_HEADERS
7171
asan_interface.inc
7272
asan_interface_internal.h
7373
asan_internal.h
74-
asan_lock.h
7574
asan_mapping.h
7675
asan_poisoning.h
7776
asan_premap_shadow.h

llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if (current_toolchain == host_toolchain) {
3434
"asan_interface_internal.h",
3535
"asan_internal.h",
3636
"asan_linux.cpp",
37-
"asan_lock.h",
3837
"asan_mac.cpp",
3938
"asan_malloc_linux.cpp",
4039
"asan_malloc_mac.cpp",

0 commit comments

Comments
 (0)