[Webkit-unassigned] [Bug 207119] Enable offlineasm debug annotations for GCC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 06:05:12 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=207119
--- Comment #56 from Angelos Oikonomopoulos <angelos at igalia.com> ---
(In reply to Konstantin Tokarev from comment #54)
> Comment on attachment 395790 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=395790&action=review
>
> > Source/JavaScriptCore/CMakeLists.txt:1375
> > +add_dependencies(LowLevelInterpreterLib WTF_CopyHeaders)
>
> List all dependencies of LowLevelInterpreterLib in one add_dependencies()
> invocation.
Done, thanks.
> > Source/JavaScriptCore/CMakeLists.txt:1376
> > +add_dependencies(LowLevelInterpreterLib Bytecodes)
>
> Wouldn't it just work if you add
> "${JavaScriptCore_DERIVED_SOURCES_DIR}/Bytecodes.h" to dependencies instead
> of creating proxy Bytecodes target?
Unfortunately not, cmake fails with
The dependency target ".../Bytecodes.h" of target "LowLevelInterpreterLib" does not exist.
--
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/20200408/1b549466/attachment.htm>
More information about the webkit-unassigned
mailing list