[llvm] 5082c33 - [gn build] (semimanually) port ebc31d2e7297

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 07:39:39 PST 2021


Author: Nico Weber
Date: 2021-12-10T10:39:28-05:00
New Revision: 5082c330138fd98a7be218e18eb30d78832dac3f

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

LOG: [gn build] (semimanually) port ebc31d2e7297

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 3f679c9aba0b8..4882e080d21cc 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -99,7 +99,10 @@ target(asan_target_type, "asan") {
     "asan_win.cpp",
   ]
   if (target_os != "mac" && target_os != "win") {
-    sources += [ "asan_interceptors_vfork.S" ]
+    sources += [
+      "asan_interceptors_vfork.S",
+      "asan_rtl_x86_64.S",
+    ]
   }
 
   # To be able to include sanitizer_common.


        


More information about the llvm-commits mailing list