[compiler-rt] 849c951 - [compiler-rt][asan] Remove reference to asan_lock.h which was removed.
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 01:26:24 PST 2023
Author: David Spickett
Date: 2023-12-19T09:26:14Z
New Revision: 849c951191f2d272d97bd801e7dd73f44b11792e
URL: https://github.com/llvm/llvm-project/commit/849c951191f2d272d97bd801e7dd73f44b11792e
DIFF: https://github.com/llvm/llvm-project/commit/849c951191f2d272d97bd801e7dd73f44b11792e.diff
LOG: [compiler-rt][asan] Remove reference to asan_lock.h which was removed.
By commit 12ed2c90a105f29b9b2f6056d936f47534d31624.
Fixes #75736
Added:
Modified:
compiler-rt/lib/asan/CMakeLists.txt
llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
Removed:
################################################################################
diff --git a/compiler-rt/lib/asan/CMakeLists.txt b/compiler-rt/lib/asan/CMakeLists.txt
index f993521d3ca88b..f83ae82d42935a 100644
--- a/compiler-rt/lib/asan/CMakeLists.txt
+++ b/compiler-rt/lib/asan/CMakeLists.txt
@@ -71,7 +71,6 @@ SET(ASAN_HEADERS
asan_interface.inc
asan_interface_internal.h
asan_internal.h
- asan_lock.h
asan_mapping.h
asan_poisoning.h
asan_premap_shadow.h
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
index 0c8048dda8c943..2bd940581913e6 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -34,7 +34,6 @@ if (current_toolchain == host_toolchain) {
"asan_interface_internal.h",
"asan_internal.h",
"asan_linux.cpp",
- "asan_lock.h",
"asan_mac.cpp",
"asan_malloc_linux.cpp",
"asan_malloc_mac.cpp",
More information about the llvm-commits
mailing list