[Webkit-unassigned] [Bug 133759] Add LLVM FastISel abort option for coverage testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 11:44:20 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133759





--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2014-06-16 11:44:42 PST ---
(From update of attachment 233007)
View in context: https://bugs.webkit.org/attachment.cgi?id=233007&action=review

> Source/JavaScriptCore/llvm/library/LLVMExports.cpp:99
> +    unsigned numArgs = sizeof(args) / sizeof(const char *) - (fastISelAbort ? 0 : 2);

"char *" => "char*" in WebKit style.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list