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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- /llvm/utils/TableGen/CMakeLists.txt
0
++ /llvm/utils/TableGen/CMakeLists.txt
Lines 56-60 Link Here
56
  WebAssemblyDisassemblerEmitter.cpp
56
  WebAssemblyDisassemblerEmitter.cpp
57
  CTagsEmitter.cpp
57
  CTagsEmitter.cpp
58
  )
58
  )
59
target_link_libraries(llvm-tblgen PRIVATE LLVMTableGenGlobalISel)
59
target_link_libraries(llvm-tblgen PRIVATE LLVMTableGenGlobalISel
60
  # Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55394
61
  -Wl,--push-state,--no-as-needed -lpthread -Wl,--pop-state
62
  )
60
set_target_properties(llvm-tblgen PROPERTIES FOLDER "Tablegenning")
63
set_target_properties(llvm-tblgen PROPERTIES FOLDER "Tablegenning")

Return to bug 749162