[llvm] e0eb4f2 - [gn build] Port c1f6ce0c732
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 05:07:00 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-08-17T12:02:24Z
New Revision: e0eb4f204a0ef48cff8fedc0cbc5be2c71fe2afe
URL: https://github.com/llvm/llvm-project/commit/e0eb4f204a0ef48cff8fedc0cbc5be2c71fe2afe
DIFF: https://github.com/llvm/llvm-project/commit/e0eb4f204a0ef48cff8fedc0cbc5be2c71fe2afe.diff
LOG: [gn build] Port c1f6ce0c732
Added:
Modified:
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
index ad60a40b630d..2ea9172628dc 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -21,6 +21,7 @@ unittest("IRTests") {
"DataLayoutTest.cpp",
"DebugInfoTest.cpp",
"DebugTypeODRUniquingTest.cpp",
+ "DemandedBitsTest.cpp",
"DominatorTreeBatchUpdatesTest.cpp",
"DominatorTreeTest.cpp",
"FunctionTest.cpp",
More information about the llvm-commits
mailing list