[gn build] Port 1117b9a284aa
authorNico Weber <thakis@chromium.org>
Tue, 6 Jun 2023 23:57:23 +0000 (19:57 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 6 Jun 2023 23:59:54 +0000 (19:59 -0400)
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

index fe4e608..8c1a29a 100644 (file)
@@ -43,6 +43,7 @@ static_library("Support") {
     "ARMWinEH.cpp",
     "Allocator.cpp",
     "AutoConvert.cpp",
+    "BalancedPartitioning.cpp",
     "Base64.cpp",
     "BinaryStreamError.cpp",
     "BinaryStreamReader.cpp",
index 47a33a8..5a2c071 100644 (file)
@@ -2,6 +2,7 @@ import("//third-party/unittest/unittest.gni")
 
 unittest("SupportTests") {
   deps = [
+    "//llvm/lib/ProfileData",
     "//llvm/lib/Support",
     "//llvm/lib/TargetParser",
     "//llvm/lib/Testing/Support",
@@ -14,6 +15,7 @@ unittest("SupportTests") {
     "AllocatorTest.cpp",
     "ArrayRecyclerTest.cpp",
     "BLAKE3Test.cpp",
+    "BalancedPartitioningTest.cpp",
     "Base64Test.cpp",
     "BinaryStreamTest.cpp",
     "BlockFrequencyTest.cpp",