Closed
Description
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:
ld.lld: error: undefined symbol: llvm::Triple::Triple(llvm::Twine const&)
>>> referenced by CommandLineArgs.cpp
>>> tools/clang/lib/Testing/CMakeFiles/clangTesting.dir/CommandLineArgs.cpp.o:(clang::getAnyTargetForTesting[abi:cxx11]())
I've tried a clean build and get the same result. Is this issue known?
Platform: Ubuntu 20.04, compiling with clang 20
Activity
carlosgalvezp commentedon Mar 6, 2025
Bisecting leads me here: 979c275
@nikic
nikic commentedon Mar 6, 2025
There is a fix here: #130105
[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on Targ… (
[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on Targ… (
[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on Targ… (