[llvm] 0ae6282 - [gn build] Port cfea3dc1021
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 15:18:26 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-04-30T22:15:14Z
New Revision: 0ae628238977392b64a399c3daf5ea05776929ef
URL: https://github.com/llvm/llvm-project/commit/0ae628238977392b64a399c3daf5ea05776929ef
DIFF: https://github.com/llvm/llvm-project/commit/0ae628238977392b64a399c3daf5ea05776929ef.diff
LOG: [gn build] Port cfea3dc1021
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 1589fc603a72..ad60a40b630d 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -11,6 +11,7 @@ unittest("IRTests") {
"//llvm/lib/Transforms/Utils",
]
sources = [
+ "AbstractCallSiteTest.cpp",
"AsmWriterTest.cpp",
"AttributesTest.cpp",
"BasicBlockTest.cpp",
More information about the llvm-commits
mailing list