[llvm] 3b4c040 - [gn build] Port 969a51ff3632

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 24 03:07:53 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-24T11:05:23Z
New Revision: 3b4c040cca9d35cfb3f0590fb15f7e7b4e2fe2c0

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

LOG: [gn build] Port 969a51ff3632

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 f05168bd57c27..b397621d05d89 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