[llvm] e854fb7 - [gn build] Port 2f910f66e7e1 (#212782)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 07:33:51 PDT 2026


Author: Nico Weber
Date: 2026-07-29T10:33:46-04:00
New Revision: e854fb756ef1f5e65bd03a16a7d1bde1ebf7769c

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

LOG: [gn build] Port 2f910f66e7e1 (#212782)

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
index 2c6204e758559..bec4c12484952 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -16,6 +16,7 @@ static_library("Instrumentation") {
     "BoundsChecking.cpp",
     "CGProfile.cpp",
     "ControlHeightReduction.cpp",
+    "CopyProf.cpp",
     "DataFlowSanitizer.cpp",
     "GCOVProfiling.cpp",
     "HWAddressSanitizer.cpp",


        


More information about the llvm-commits mailing list