[llvm] 75e2040 - [gn build] Port 0f6220ddd6c
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 16:11:53 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-07-16T23:07:45Z
New Revision: 75e2040e93850bfefa804c85cb7d1c571f28ade4
URL: https://github.com/llvm/llvm-project/commit/75e2040e93850bfefa804c85cb7d1c571f28ade4
DIFF: https://github.com/llvm/llvm-project/commit/75e2040e93850bfefa804c85cb7d1c571f28ade4.diff
LOG: [gn build] Port 0f6220ddd6c
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 f5fc87c10268..77e2b6d218f7 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -52,6 +52,7 @@ static_library("profile") {
"InstrProfilingUtil.c",
"InstrProfilingUtil.h",
"InstrProfilingValue.c",
+ "InstrProfilingVersionVar.c",
"InstrProfilingWriter.c",
]
if (current_os == "win") {
More information about the llvm-commits
mailing list