[llvm] 31bbaf4 - [gn build] Port 5ece35df8586
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 13:48:51 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-21T20:43:28Z
New Revision: 31bbaf40afd9f8a230395ff45c9b79ff272fbc77
URL: https://github.com/llvm/llvm-project/commit/31bbaf40afd9f8a230395ff45c9b79ff272fbc77
DIFF: https://github.com/llvm/llvm-project/commit/31bbaf40afd9f8a230395ff45c9b79ff272fbc77.diff
LOG: [gn build] Port 5ece35df8586
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
index de0c661aaf7c1..c9bc184926e17 100644
--- a/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -23,6 +23,7 @@ static_library("IR") {
"Comdat.cpp",
"ConstantFold.cpp",
"ConstantRange.cpp",
+ "ConstantRangeList.cpp",
"Constants.cpp",
"ConvergenceVerifier.cpp",
"Core.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
index 8f6caf2e575be..ba897a679db46 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -17,6 +17,7 @@ unittest("IRTests") {
"BasicBlockDbgInfoTest.cpp",
"BasicBlockTest.cpp",
"CFGBuilder.cpp",
+ "ConstantRangeListTest.cpp",
"ConstantRangeTest.cpp",
"ConstantsTest.cpp",
"CoreBindings.cpp",
More information about the llvm-commits
mailing list