[webkit-changes] [WebKit/WebKit] 45da61: Use clang-cl for assembling offlineasm on Windows
Ian
noreply at github.com
Tue May 14 09:57:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 45da61538271d74b93f50d2b7a2911a1a03f59da
https://github.com/WebKit/WebKit/commit/45da61538271d74b93f50d2b7a2911a1a03f59da
Author: Ian Grunert <ian.grunert at gmail.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
M Source/JavaScriptCore/offlineasm/asm.rb
M Source/JavaScriptCore/offlineasm/x86.rb
M Source/WTF/wtf/InlineASM.h
M Source/cmake/OptionsMSVC.cmake
M Source/cmake/OptionsWin.cmake
Log Message:
-----------
Use clang-cl for assembling offlineasm on Windows
https://bugs.webkit.org/show_bug.cgi?id=274154
Reviewed by Yusuke Suzuki.
Switched to the LLIntAssembly.h output approach for offlineasm on
Windows. Cleanup of dead code in asm.rb and x86.rb left for a future
change to make this easier to review and land.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/JavaScriptCore/offlineasm/asm.rb:
* Source/JavaScriptCore/offlineasm/x86.rb:
* Source/WTF/wtf/InlineASM.h:
* Source/cmake/OptionsMSVC.cmake:
* Source/cmake/OptionsWin.cmake:
Canonical link: https://commits.webkit.org/278767@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list