You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm#130105)
…etParser from clangTesting
Commit 979c275 (llvm#129868) introduced a
dependency on the llvm::Triple::Triple in `lookupTarget`. This is part
of TargetParser, which wasn't listed in
clang/lib/Testing/CMakeLists.txt. This broke the
-DBUILD_SHARED_LIBS=True builds.
Fixesllvm#130112
jph-13
pushed a commit
to jph-13/llvm-project
that referenced
this issue
Mar 21, 2025
llvm#130105)
…etParser from clangTesting
Commit 979c275 (llvm#129868) introduced a
dependency on the llvm::Triple::Triple in `lookupTarget`. This is part
of TargetParser, which wasn't listed in
clang/lib/Testing/CMakeLists.txt. This broke the
-DBUILD_SHARED_LIBS=True builds.
Fixesllvm#130112
Hi!
I'm bumping by local clone of the repo since ~700 commits ago, and now when trying to
ninja check-clang-tools
, I get:I've tried a clean build and get the same result. Is this issue known?
Platform: Ubuntu 20.04, compiling with clang 20
The text was updated successfully, but these errors were encountered: