[llvm] 6c11b87 - [gn build] (semiautomatically) port 98bb198693ca

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 14:48:37 PST 2021


Author: Nico Weber
Date: 2021-12-03T17:48:27-05:00
New Revision: 6c11b872c481c20a1c965f021855c40f5efe5705

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

LOG: [gn build] (semiautomatically) port 98bb198693ca

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 16d1d049a8db6..5a51f872b1702 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
@@ -82,6 +82,7 @@ source_set("sources") {
     "sanitizer_linux_s390.cpp",
     "sanitizer_list.h",
     "sanitizer_local_address_space_view.h",
+    "sanitizer_lzw.h",
     "sanitizer_mac.cpp",
     "sanitizer_mac.h",
     "sanitizer_mac_libcdep.cpp",


        


More information about the llvm-commits mailing list