From: Nico Weber Date: Wed, 7 Sep 2022 22:55:07 +0000 (-0400) Subject: [gn build] port aa484c90cf59 X-Git-Tag: upstream/17.0.6~34139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cce29479528e36129b5ead067c847199ed82c8e0;p=platform%2Fupstream%2Fllvm.git [gn build] port aa484c90cf59 --- diff --git a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn index 397c12baadaa..1493bff6b16b 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn @@ -9,6 +9,7 @@ unittest("LexTests") { "//clang/lib/Parse", "//clang/lib/Sema", "//llvm/lib/Support", + "//llvm/lib/Testing/Support", ] sources = [ "DependencyDirectivesScannerTest.cpp", @@ -17,6 +18,7 @@ unittest("LexTests") { "LexerTest.cpp", "PPCallbacksTest.cpp", "PPConditionalDirectiveRecordTest.cpp", + "PPDependencyDirectivesTest.cpp", "PPMemoryAllocationsTest.cpp", ] }