[llvm] a144869 - [gn build] (semi-manually) port cb0e14ce6dcd

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 17:09:13 PST 2021


Author: Nico Weber
Date: 2021-11-12T20:09:01-05:00
New Revision: a144869384f93097163e1aaa31daf48962c1e66d

URL: https://github.com/llvm/llvm-project/commit/a144869384f93097163e1aaa31daf48962c1e66d
DIFF: https://github.com/llvm/llvm-project/commit/a144869384f93097163e1aaa31daf48962c1e66d.diff

LOG: [gn build] (semi-manually) port cb0e14ce6dcd

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
index c3361a1df600..8f5315e48661 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
@@ -18,6 +18,7 @@ source_set("sources") {
     "sanitizer_allocator_checks.cpp",
     "sanitizer_allocator_checks.h",
     "sanitizer_allocator_combined.h",
+    "sanitizer_allocator_dlsym.h",
     "sanitizer_allocator_interface.h",
     "sanitizer_allocator_internal.h",
     "sanitizer_allocator_local_cache.h",


        


More information about the llvm-commits mailing list