[llvm] a5ba4c9 - [gn build] Port 75e61333f083

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon May 26 08:47:38 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-05-26T15:41:12Z
New Revision: a5ba4c95d476de6b1b7e12cc8872fd070f8db010

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

LOG: [gn build] Port 75e61333f083

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
index 5426f5c6d1bf0..432c7e05a3dde 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
@@ -3,6 +3,8 @@ source_set("sources") {
   configs += [ "//llvm/utils/gn/build:crt_code" ]
   sources = [
     "interception.h",
+    "interception_aix.cpp",
+    "interception_aix.h",
     "interception_linux.cpp",
     "interception_linux.h",
     "interception_mac.cpp",


        


More information about the llvm-commits mailing list