[llvm] bd5a034 - [gn build] Port 171067923744
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 29 02:46:23 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-29T09:41:10Z
New Revision: bd5a034b1fa8654c9149f5b23fb07901e12bfbe9
URL: https://github.com/llvm/llvm-project/commit/bd5a034b1fa8654c9149f5b23fb07901e12bfbe9
DIFF: https://github.com/llvm/llvm-project/commit/bd5a034b1fa8654c9149f5b23fb07901e12bfbe9.diff
LOG: [gn build] Port 171067923744
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