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 (-1 / +5 lines)
Line  Link Here
0
-- /clang/utils/TableGen/CMakeLists.txt
0
++ /clang/utils/TableGen/CMakeLists.txt
Lines 20-23 Link Here
20
  SveEmitter.cpp
20
  SveEmitter.cpp
21
  TableGen.cpp
21
  TableGen.cpp
22
  )
22
  )
23
set_target_properties(clang-tblgen PROPERTIES LINK_FLAGS
24
  # Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55394
25
  "-Wl,--push-state,--no-as-needed -lpthread -Wl,--pop-state"
26
  )
23
set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning")
27
set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning")

Return to bug 749162