[llvm] 5df556a - [gn build] Port a92964779cb5
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 2 06:09:34 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-07-02T13:05:44Z
New Revision: 5df556ac8bb8c5f4ef3dff1a2039dd389d1d27c0
URL: https://github.com/llvm/llvm-project/commit/5df556ac8bb8c5f4ef3dff1a2039dd389d1d27c0
DIFF: https://github.com/llvm/llvm-project/commit/5df556ac8bb8c5f4ef3dff1a2039dd389d1d27c0.diff
LOG: [gn build] Port a92964779cb5
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
index a0bc9b72c3652..5fab007153e49 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -34,6 +34,7 @@ static_library("profile") {
"GCDAProfiling.c",
"InstrProfiling.c",
"InstrProfiling.h",
+ "InstrProfilingBiasVar.c",
"InstrProfilingBuffer.c",
"InstrProfilingFile.c",
"InstrProfilingInternal.c",
More information about the llvm-commits
mailing list