[Webkit-unassigned] [Bug 207119] Enable offlineasm debug annotations for GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 16:01:34 PDT 2020


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

--- Comment #14 from Konstantin Tokarev <annulen at yandex.ru> ---
(In reply to Yusuke Suzuki from comment #13)
> How about using wrapped-GCC command only for LowLevelInterpreter.cpp and
> ensure LLIntAssembly.h is only included by this file?

That's not trivial to do with cmake, though it should be possible to do if LowLevelInterpreter.cpp is segregated into its own build target (e.g. STATIC or OBJECT library). In this case it's possible to set CXX_COMPILER_LAUNCHER property on that target specifically, without affecting compilation of other files. It should also resolve concerns about ccache, as not caching compilation of one file is acceptable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200324/f88e0b56/attachment.htm>


More information about the webkit-unassigned mailing list