Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 822931 Details for
Bug 874024
sys-devel/clang-15.0.1 - ld: /usr/lib/gcc/powerpc-unknown-linux-gnu/11.3.1/libatomic.so.1: error adding symbols: DSO missing from command line
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
llvm-15.0.2-cmake_mold_linker_detection.patch
llvm-15.0.2-cmake_mold_linker_detection.patch (text/plain), 608 bytes, created by
Arfrever Frehtes Taifersar Arahesis
on 2022-10-09 16:53:34 UTC
(
hide
)
Description:
llvm-15.0.2-cmake_mold_linker_detection.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2022-10-09 16:53:34 UTC
Size:
608 bytes
patch
obsolete
>[llvm] [cmake] Set LLVM_LINKER_IS_MOLD variable when using Mold linker > >Surrounding code for other linkers already sets similar variables >(LLVM_LINKER_IS_GNULD, LLVM_LINKER_IS_GOLD, LLVM_LINKER_IS_LLD etc.). > >--- /llvm/cmake/modules/AddLLVM.cmake >+++ /llvm/cmake/modules/AddLLVM.cmake >@@ -212,6 +212,7 @@ > else() > if("${stdout}" MATCHES "^mold") > set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "") >+ set(LLVM_LINKER_IS_MOLD YES CACHE INTERNAL "") > message(STATUS "Linker detection: mold") > elseif("${stdout}" MATCHES "GNU gold") > set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 874024
:
815395
|
815398
|
816109
|
818470
|
818473
|
820360
|
820363
|
820366
|
820816
|
820819
|
820822
|
821389
|
821752
| 822931 |
822937
|
822943