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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- /clang/CMakeLists.txt
0
++ /clang/CMakeLists.txt
Lines 117-122 Link Here
117
  include(TableGen)
117
  include(TableGen)
118
  include(HandleLLVMOptions)
118
  include(HandleLLVMOptions)
119
  include(VersionFromVCS)
119
  include(VersionFromVCS)
120
  include(CheckAtomic)
120
  include(GetErrcMessages)
121
  include(GetErrcMessages)
121
  include(LLVMDistributionSupport)
122
  include(LLVMDistributionSupport)
122
123
123
-- /clang/lib/Basic/CMakeLists.txt
124
++ /clang/lib/Basic/CMakeLists.txt
Lines 110-112 Link Here
110
  omp_gen
110
  omp_gen
111
  )
111
  )
112
112
113
target_link_libraries(clangBasic
114
  PRIVATE
115
  ${LLVM_ATOMIC_LIB}
116
)

Return to bug 874024