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 (-9 / +5 lines)
Line  Link Here
0
-- /lld/Common/CMakeLists.txt
0
++ /lld/Common/CMakeLists.txt
Lines 1-9 Link Here
1
set(LLD_SYSTEM_LIBS ${LLVM_PTHREAD_LIB})
2
3
if(NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)
4
  list(APPEND LLD_SYSTEM_LIBS atomic)
5
endif()
6
7
find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc)
1
find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc)
8
find_first_existing_vc_file("${LLD_SOURCE_DIR}" lld_vc)
2
find_first_existing_vc_file("${LLD_SOURCE_DIR}" lld_vc)
9
3
Lines 54-60 Link Here
54
  Target
48
  Target
55
49
56
  LINK_LIBS
50
  LINK_LIBS
57
  ${LLD_SYSTEM_LIBS}
51
  ${LLVM_PTHREAD_LIB}
52
  ${LLVM_ATOMIC_LIB}
58
53
59
  DEPENDS
54
  DEPENDS
60
  intrinsics_gen
55
  intrinsics_gen
61
-- /lld/COFF/CMakeLists.txt
56
++ /lld/COFF/CMakeLists.txt
Lines 44-49 Link Here
44
  LINK_LIBS
44
  LINK_LIBS
45
  lldCommon
45
  lldCommon
46
  ${LLVM_PTHREAD_LIB}
46
  ${LLVM_PTHREAD_LIB}
47
  ${LLVM_ATOMIC_LIB}
47
48
48
  DEPENDS
49
  DEPENDS
49
  COFFOptionsTableGen
50
  COFFOptionsTableGen

Return to bug 832675