Bug 113914
| Summary: | fourthTier: Just linking LLVM into JSC causes all plugin tests to fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 112840 | ||
Filip Pizlo
I have no idea what is going on other than isolating it the patch that is just linking in LLVM.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
My guess is that this is due to a class name collision -- probably, there's a class that needs to move into an anonymous namespace.
Filip Pizlo
*** This bug has been marked as a duplicate of bug 113915 ***