[llvm] 4fdccd3 - [gn build] Port 2ae968a0d9fb

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 21:15:16 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-16T04:08:01Z
New Revision: 4fdccd346bb5969707845762d3c27f4806d46de8

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

LOG: [gn build] Port 2ae968a0d9fb

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
    llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/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 6c29ed746a8ac2..523e82dfb98bcb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -21,7 +21,6 @@ static_library("Instrumentation") {
     "IndirectCallPromotion.cpp",
     "InstrOrderFile.cpp",
     "InstrProfiling.cpp",
-    "Instrumentation.cpp",
     "KCFI.cpp",
     "LowerAllowCheckPass.cpp",
     "MemProfiler.cpp",

diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 55e25e0fe5b796..c46b969f67a350 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -43,6 +43,7 @@ static_library("Utils") {
     "InjectTLIMappings.cpp",
     "InlineFunction.cpp",
     "InstructionNamer.cpp",
+    "Instrumentation.cpp",
     "IntegerDivision.cpp",
     "LCSSA.cpp",
     "LibCallsShrinkWrap.cpp",


        


More information about the llvm-commits mailing list