[llvm-branch-commits] [llvm] 0869544 - [gn build] Port d2ed9d6b7ec
LLVM GN Syncbot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 14 19:43:04 PST 2020
Author: LLVM GN Syncbot
Date: 2020-12-15T03:35:00Z
New Revision: 086954412f5089301e5e453becd329ea2320be94
URL: https://github.com/llvm/llvm-project/commit/086954412f5089301e5e453becd329ea2320be94
DIFF: https://github.com/llvm/llvm-project/commit/086954412f5089301e5e453becd329ea2320be94.diff
LOG: [gn build] Port d2ed9d6b7ec
Added:
Modified:
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index 0dab9cd66050..4f6f40b85fb0 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -7,6 +7,7 @@ unittest("SupportTests") {
]
sources = [
"ARMAttributeParser.cpp",
+ "AlignOfTest.cpp",
"AlignmentTest.cpp",
"AllocatorTest.cpp",
"AnnotationsTest.cpp",
More information about the llvm-branch-commits
mailing list