-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVMgold.so doesn't be copied to lib directory when make-install #84271
Comments
Is this related to
|
I'm also noticing some of my CI failing on
|
my clang is 16.x |
Thanks for the report. This seems related to LLVM_INSTALL_TOOLCHAIN_ONLY=on. I am testing
|
LLVMgold.so can be used with GNU ar, gold, ld, and nm to process LLVM bitcode files. Install it in LLVM_INSTALL_TOOLCHAIN_ONLY=on builds like we install libLTO.so. Suggested by @emelife Fix llvm#84271
Thanks for fixing the issue @MaskRay! Do you know if / how / ~when this fix will trickle down to updated package in the Debian/Ubuntu APT packages? Cheers |
Thanks a lot. @MaskRay |
Thanks! Looks like Ubuntu 22.04 has a fixed package already again :)
cc: @0vercl0k |
Woot, awesome! Thanks for the ping 🍻
Cheers
…On Mon, May 13, 2024 at 5:44 AM 434b ***@***.***> wrote:
Thanks! Looks like Ubuntu 22.04 has a fixed package already again :)
curl -s https://apt.llvm.org/mantic/pool/main/l/llvm-toolchain-18/llvm-18-linker-tools_18.1.6\~%2B%2B20240509090256%2Bd9a7e5179a89-1\~exp1\~20240509210309.131_s390x.deb <https://apt.llvm.org/mantic/pool/main/l/llvm-toolchain-18/llvm-18-linker-tools_18.1.6%5C~%2B%2B20240509090256%2Bd9a7e5179a89-1%5C~exp1%5C~20240509210309.131_s390x.deb> | bsdtar -xOvf - data.tar.zst 2>/dev/null | bsdtar -tvf - | rg gold
-rw-r--r-- 0 root root 93904 May 9 23:03 ./usr/lib/llvm-18/lib/LLVMgold.so
lrwxrwxrwx 0 root root 0 May 9 23:03 ./usr/lib/bfd-plugins/LLVMgold-18.so -> ../llvm-18/lib/LLVMgold.so
cc: @0vercl0k <https://github.com/0vercl0k>
—
Reply to this email directly, view it on GitHub
<#84271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIORK3QF742KK5VFZFFP3ZCCYRNAVCNFSM6AAAAABEKE6AIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGQ3TSMZVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
llvm/tools/gold/CMakeLists.txt
I think here add_llvm_library should add INSTALL_WITH_TOOLCHAIN parameter.
The text was updated successfully, but these errors were encountered: