[llvm] ecd67e5 - [gn build] Port 15ad7919f6dd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 16:42:21 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-28T23:36:43Z
New Revision: ecd67e5d1fc9056a07269150b2e2d3325c570701
URL: https://github.com/llvm/llvm-project/commit/ecd67e5d1fc9056a07269150b2e2d3325c570701
DIFF: https://github.com/llvm/llvm-project/commit/ecd67e5d1fc9056a07269150b2e2d3325c570701.diff
LOG: [gn build] Port 15ad7919f6dd
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 50309d8ee024c..0f67db3549fb1 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -26,6 +26,7 @@ static_library("Instrumentation") {
"LowerAllowCheckPass.cpp",
"MemProfiler.cpp",
"MemorySanitizer.cpp",
+ "NumericalStabilitySanitizer.cpp",
"PGOCtxProfLowering.cpp",
"PGOForceFunctionAttrs.cpp",
"PGOInstrumentation.cpp",
More information about the llvm-commits
mailing list