RESOLVED FIXED Bug 113915
Just linking LLVM into JSC causes all plugin tests to fail
https://bugs.webkit.org/show_bug.cgi?id=113915
Summary Just linking LLVM into JSC causes all plugin tests to fail
Filip Pizlo
Reported 2013-04-03 18:38:03 PDT
I have no idea what is going on other than isolating it the patch that is just linking in LLVM.
Attachments
the patch (1.33 KB, patch)
2013-08-29 15:49 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2013-04-03 18:38:42 PDT
Filip Pizlo
Comment 2 2013-04-03 18:51:23 PDT
Filip Pizlo
Comment 3 2013-04-24 14:24:37 PDT
*** Bug 113914 has been marked as a duplicate of this bug. ***
Filip Pizlo
Comment 4 2013-08-29 15:42:03 PDT
This is because llvm always exports all of its symbols and also overrides raise/abort/__assert_rt. The LLVM'ers will probably fix this eventually but we can work around it for now by doing our LLVM-for-WebKit builds with CPPFLAGS=-fvisibility=hidden.
Filip Pizlo
Comment 5 2013-08-29 15:49:24 PDT
Created attachment 210040 [details] the patch Note, that I plan to land this with new binary drops for Mountain Lion. I assume r+ implies r+ for the binary drops.
Filip Pizlo
Comment 6 2013-08-29 20:29:47 PDT
Note You need to log in before you can comment on or make changes to this bug.