DescriptionOilpan: Disable the GC_PLUGIN_IGNORE annotation when compiling with asan.
For some reason having this annotation leads to linker errors on the
oilpan asan build.
obj/third_party/WebKit/Source/modules/libmodules.a(obj/third_party/WebKit/Source/modules/webdatabase/modules.DatabaseSync.o):../../third_party/WebKit/Source/modules/webdatabase/DatabaseSync.cpp:function __unnamed_1: error: undefined reference to '.str'
obj/third_party/WebKit/Source/modules/libmodules.a(obj/third_party/WebKit/Source/modules/webdatabase/modules.DatabaseSync.o):../../third_party/WebKit/Source/modules/webdatabase/DatabaseSync.cpp:function __unnamed_1: error: undefined reference to '.str1'
Kostya, do you have any ideas why this might break the asan build?
R=kcc@chromium.org, vegorov@chromium.org, zerny@chromium.org
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169564
Patch Set 1 #
Messages
Total messages: 14 (0 generated)
|