[llvm] e76304d - [gn build] Port 30d8e0837d68
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 01:35:34 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-07-28T08:30:14Z
New Revision: e76304d05e56f593a45fd54115e2d1d30a329a11
URL: https://github.com/llvm/llvm-project/commit/e76304d05e56f593a45fd54115e2d1d30a329a11
DIFF: https://github.com/llvm/llvm-project/commit/e76304d05e56f593a45fd54115e2d1d30a329a11.diff
LOG: [gn build] Port 30d8e0837d68
Added:
Modified:
llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn
index 02e2423aa299d5..f0b1ae0d854e61 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn
@@ -6,5 +6,11 @@ executable("llvm-remarkutil") {
"//llvm/lib/Remarks",
"//llvm/lib/Support",
]
- sources = [ "RemarkUtil.cpp" ]
+ sources = [
+ "RemarkConvert.cpp",
+ "RemarkCount.cpp",
+ "RemarkUtil.cpp",
+ "RemarkUtilHelpers.cpp",
+ "RemarkUtilRegistry.cpp",
+ ]
}
More information about the llvm-commits
mailing list