From: Nico Weber Date: Sun, 18 Dec 2022 12:15:02 +0000 (-0500) Subject: [gn build] Port some of 07af0e2d3e84 X-Git-Tag: upstream/17.0.6~23352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dcf9371490e5d5d09d87043712be333723c6881;p=platform%2Fupstream%2Fllvm.git [gn build] Port some of 07af0e2d3e84 Enough to get the build fixed, but doesn't add the plugin yet, so the test fails for now. --- diff --git a/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn index 6818c88..19861fa 100644 --- a/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn @@ -5,7 +5,9 @@ unittest("AnalysisTests") { "//llvm/lib/Analysis", "//llvm/lib/AsmParser", "//llvm/lib/IR", + "//llvm/lib/Passes", "//llvm/lib/Support", + "//llvm/lib/Testing/Support", "//llvm/lib/Transforms/Utils", ] sources = [ @@ -37,6 +39,7 @@ unittest("AnalysisTests") { "MemoryProfileInfoTest.cpp", "MemorySSATest.cpp", "PhiValuesTest.cpp", + "PluginInlineAdvisorAnalysisTest.cpp", "ProfileSummaryInfoTest.cpp", "ScalarEvolutionTest.cpp", "SparsePropagation.cpp",