[llvm] dabc101 - [gn build] "port" 027ffb173a68

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 09:57:25 PST 2022


Author: Nico Weber
Date: 2022-01-05T12:57:18-05:00
New Revision: dabc101ec0c5492f4ed5fd6ad2f5380233a1bc72

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

LOG: [gn build] "port" 027ffb173a68

Added: 
    

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

Removed: 
    


################################################################################
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 b397621d05d89..f05168bd57c27 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -199,7 +199,7 @@ source_set("unused") {
     "asan_win_dynamic_runtime_thunk.cpp",
 
     # FIXME: These are in clang_rt.asan_static in the CMake build.
-
+    "asan_rtl_static.cpp",
     "asan_rtl_x86_64.S",
   ]
 }


        


More information about the llvm-commits mailing list