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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 8 05:42:12 PDT 2020


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

--- Comment #54 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 395790
  --> https://bugs.webkit.org/attachment.cgi?id=395790
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.

> 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?

-- 
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/f5e41dc9/attachment-0001.htm>


More information about the webkit-unassigned mailing list