WebKit Bugzilla
Attachment 347362 Details for
Bug 188699
: Adjust CMAKE_MODULE_LINKER_FLAGS for asan
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188699-20180817120202.patch (text/plain), 1.26 KB, created by
Michael Catanzaro
on 2018-08-17 10:02:02 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2018-08-17 10:02:02 PDT
Size:
1.26 KB
patch
obsolete
>Subversion Revision: 234981 >diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompilerFlags.cmake >index af04e8d8db9c2b06f089ec18574e2e8ca3cd0591..72dc5c9677928ddbd85c212069923217f29f456b 100644 >--- a/Source/cmake/WebKitCompilerFlags.cmake >+++ b/Source/cmake/WebKitCompilerFlags.cmake >@@ -174,6 +174,7 @@ if (COMPILER_IS_GCC_OR_CLANG) > set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address") > set(CMAKE_EXE_LINKER_FLAGS "-lpthread ${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address") > set(CMAKE_SHARED_LINKER_FLAGS "-lpthread ${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=address") >+ set(CMAKE_MODULE_LINKER_FLAGS "-lpthread ${CMAKE_MODULE_LINKER_FLAGS} -fsanitize=address") > endif () > endif () > >diff --git a/ChangeLog b/ChangeLog >index 22dfeddbb58b3a3b4b5dbd18c54e631e34920674..b223b9cab9a548d0b2f36972a98d0c11855501f0 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,12 @@ >+2018-08-17 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ Adjust CMAKE_MODULE_LINKER_FLAGS for asan >+ https://bugs.webkit.org/show_bug.cgi?id=188699 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Source/cmake/WebKitCompilerFlags.cmake: >+ > 2018-07-30 Thibault Saunier <tsaunier@igalia.com> > > [GStreamer] Make codecparsers optionnal
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 188699
: 347362