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
/usr/bin/ld: cannot find -lunwind_shared: No such file or directory
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[5]: *** [libcxxabi/src/CMakeFiles/cxxabi_shared.dir/build.make:117: /gpfs/jlse-fs0/users/yeluo/opt/llvm-clang/build_mirror_offload_nightly/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0] Error 1
this kind of issue should be detected in the cmake stage of libcxxabi not at compile time.
The text was updated successfully, but these errors were encountered:
…_ENABLE_RUNTIMES (#77991)
This doesn't actually prevent the build from failing, but it provides a
better diagnostic that explains what is needed in order to fix the build.
Fixes#77846Fixes#77843
EugeneZelenko
added
cmake
Build system in general and CMake in particular
and removed
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
labels
Jan 15, 2024
searlmc1
pushed a commit
to ROCm/llvm-project
that referenced
this issue
Jan 16, 2024
…_ENABLE_RUNTIMES (llvm#77991)
This doesn't actually prevent the build from failing, but it provides a
better diagnostic that explains what is needed in order to fix the build.
Fixesllvm#77846Fixesllvm#77843
Change-Id: I4ad40d4c7ba2472ff75bf4c20cba1f9034507a75
…_ENABLE_RUNTIMES (llvm#77991)
This doesn't actually prevent the build from failing, but it provides a
better diagnostic that explains what is needed in order to fix the build.
Fixesllvm#77846Fixesllvm#77843
Triggered by #77687
libc++abi
doesn't seem have strong enough dependency check/handling of libunwind.cmake line
My local build stops at
this kind of issue should be detected in the cmake stage of libcxxabi not at compile time.
The text was updated successfully, but these errors were encountered: