[llvm] 2ad38f7 - [gn build] Port 226d80ebe20
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 13:23:04 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-09-14T20:16:21Z
New Revision: 2ad38f7a46b59a5b6653239245d29590d7977b29
URL: https://github.com/llvm/llvm-project/commit/2ad38f7a46b59a5b6653239245d29590d7977b29
DIFF: https://github.com/llvm/llvm-project/commit/2ad38f7a46b59a5b6653239245d29590d7977b29.diff
LOG: [gn build] Port 226d80ebe20
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 dbac54ab9704..edcf13309a57 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -16,11 +16,11 @@ static_library("Instrumentation") {
"DataFlowSanitizer.cpp",
"GCOVProfiling.cpp",
"HWAddressSanitizer.cpp",
- "HeapProfiler.cpp",
"IndirectCallPromotion.cpp",
"InstrOrderFile.cpp",
"InstrProfiling.cpp",
"Instrumentation.cpp",
+ "MemProfiler.cpp",
"MemorySanitizer.cpp",
"PGOInstrumentation.cpp",
"PGOMemOPSizeOpt.cpp",
More information about the llvm-commits
mailing list