WebKit Bugzilla
Attachment 369108 Details for
Bug 197583
: [CMake] fuse-ld should also be set in module linker flags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-197583-20190506002721.patch (text/plain), 1.84 KB, created by
Christopher Reid
on 2019-05-06 00:27:21 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Christopher Reid
Created:
2019-05-06 00:27:21 PDT
Size:
1.84 KB
patch
obsolete
>Subversion Revision: 244956 >diff --git a/Source/cmake/OptionsCommon.cmake b/Source/cmake/OptionsCommon.cmake >index 89efab5b4cce4691d04f5ee7c492b3319c56a74d..6c48a43ceb8519b3c23dbfe8284da1ceae126c3c 100644 >--- a/Source/cmake/OptionsCommon.cmake >+++ b/Source/cmake/OptionsCommon.cmake >@@ -67,6 +67,7 @@ if (USE_LD_LLD) > if ("${LD_VERSION}" MATCHES "LLD") > set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=lld -Wl,--disable-new-dtags") > set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=lld -Wl,--disable-new-dtags") >+ set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -fuse-ld=lld -Wl,--disable-new-dtags") > else () > set(USE_LD_LLD OFF) > endif () >@@ -80,6 +81,7 @@ if (USE_LD_GOLD) > if ("${LD_VERSION}" MATCHES "GNU gold") > set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold -Wl,--disable-new-dtags") > set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold -Wl,--disable-new-dtags") >+ set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -fuse-ld=gold -Wl,--disable-new-dtags") > else () > message(WARNING "GNU gold linker isn't available, using the default system linker.") > set(USE_LD_GOLD OFF) >diff --git a/ChangeLog b/ChangeLog >index 4921060bf4ab0c9e1bf58c4aa8f2e7f732e4798e..b4bddf301bce268ff8ae4e86aea98d676a2279e3 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,14 @@ >+2019-05-03 Christopher Reid <chris.reid@sony.com> >+ >+ [CMake] fuse-ld should also be set in module linker flags >+ https://bugs.webkit.org/show_bug.cgi?id=197583 >+ >+ Reviewed by Michael Catanzaro. >+ >+ Add fuse-ld to CMAKE_MODULE_LINKER_FLAGS. >+ >+ * Source/cmake/OptionsCommon.cmake: >+ > 2019-05-03 Basuke Suzuki <Basuke.Suzuki@sony.com> > > [WinCairo] Implement and enable RemoteInspector Server.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197583
:
369021
|
369062
| 369108