[Webkit-unassigned] [Bug 170833] Fix 32bit Windows build by giving correct parameters to MASM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 5 12:06:25 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=170833
Don Olmstead <don.olmstead at am.sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |don.olmstead at am.sony.com
--- Comment #5 from Don Olmstead <don.olmstead at am.sony.com> ---
Comment on attachment 307047
--> https://bugs.webkit.org/attachment.cgi?id=307047
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=307047&action=review
Perhaps it'd be better to find a way to remove the flags that its appending that aren't relevant?
> Source/JavaScriptCore/CMakeLists.txt:1202
> + COMMAND ml ${LLINT_MASM_FLAGS} ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/LowLevelInterpreterWin.obj ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/LowLevelInterpreterWin.asm
ml is 32-bit only. Its ml64 for 64-bit so this command is wrong.
--
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/20170505/e7e31914/attachment-0001.html>
More information about the webkit-unassigned
mailing list