Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e66eb83

Browse filesBrowse 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
Copy full SHA for e66eb83

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.