[llvm] 78717f5 - [gn build] Port b4993cf54d7f

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 04:20:32 PST 2021


Author: Nico Weber
Date: 2021-02-11T07:20:21-05:00
New Revision: 78717f56ba4e777db02d80cb86db89282bd9bd8f

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

LOG: [gn build] Port b4993cf54d7f

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 79b6bf02ec82..816d320528da 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
@@ -38,6 +38,8 @@ source_set("sources") {
     "sanitizer_atomic_msvc.h",
     "sanitizer_bitvector.h",
     "sanitizer_bvgraph.h",
+    "sanitizer_chained_origin_depot.cpp",
+    "sanitizer_chained_origin_depot.h",
     "sanitizer_common.cpp",
     "sanitizer_common.h",
     "sanitizer_common_libcdep.cpp",


        


More information about the llvm-commits mailing list