[llvm] 166baf3 - [gn build] Port 775c50709c2d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 18:14:21 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-09-07T01:07:28Z
New Revision: 166baf3bebbb61123bd9b2e599d41a47bac9c986
URL: https://github.com/llvm/llvm-project/commit/166baf3bebbb61123bd9b2e599d41a47bac9c986
DIFF: https://github.com/llvm/llvm-project/commit/166baf3bebbb61123bd9b2e599d41a47bac9c986.diff
LOG: [gn build] Port 775c50709c2d
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 aeaeb576513576..6c29ed746a8ac2 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -27,6 +27,7 @@ static_library("Instrumentation") {
"MemProfiler.cpp",
"MemorySanitizer.cpp",
"NumericalStabilitySanitizer.cpp",
+ "PGOCtxProfFlattening.cpp",
"PGOCtxProfLowering.cpp",
"PGOForceFunctionAttrs.cpp",
"PGOInstrumentation.cpp",
More information about the llvm-commits
mailing list