Skip to content

Commit e66eb83

Browse files
committed
[gn] Make FrontendTests depend on AllTargetsDescs
The CMake build merged most clang unittests into a single binary. The gn build doesn't (yet?) do this, but as part of that change, FrontendTests somehow picked up a dependency on AllTargetsDescs, see #134196 (comment)
1 parent fa7e695 commit e66eb83

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/clang/unittests/Frontend

1 file changed

+1
-0
lines changed

llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ unittest("FrontendTests") {
1212
"//clang/lib/Sema",
1313
"//clang/lib/Tooling",
1414
"//llvm/lib/Support",
15+
"//llvm/lib/Target:AllTargetsDescs",
1516
"//llvm/lib/TargetParser",
1617
]
1718
sources = [

0 commit comments

Comments
 (0)