Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832675 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- /llvm/cmake/modules/AddLLVM.cmake
0
++ /llvm/cmake/modules/AddLLVM.cmake
Lines 212-217 Link Here
212
  else()
212
  else()
213
    if("${stdout}" MATCHES "^mold")
213
    if("${stdout}" MATCHES "^mold")
214
      set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")
214
      set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")
215
      set(LLVM_LINKER_IS_MOLD YES CACHE INTERNAL "")
215
      message(STATUS "Linker detection: mold")
216
      message(STATUS "Linker detection: mold")
216
    elseif("${stdout}" MATCHES "GNU gold")
217
    elseif("${stdout}" MATCHES "GNU gold")
217
      set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")
218
      set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")

Return to bug 832675