Title: [240776] trunk/Source/_javascript_Core
- Revision
- 240776
- Author
- [email protected]
- Date
- 2019-01-31 02:34:57 -0800 (Thu, 31 Jan 2019)
Log Message
[CMake][JSC] Changing ud_opcode.py should trigger invoking ud_opcode.py
https://bugs.webkit.org/show_bug.cgi?id=194085
Reviewed by Yusuke Suzuki.
r240730 changed ud_itab.py and caused incremental build failures
for Ninja builds.
* CMakeLists.txt: Added ud_itab.py and optable.xml to UDIS_GEN_DEP.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/CMakeLists.txt (240775 => 240776)
--- trunk/Source/_javascript_Core/CMakeLists.txt 2019-01-31 10:27:20 UTC (rev 240775)
+++ trunk/Source/_javascript_Core/CMakeLists.txt 2019-01-31 10:34:57 UTC (rev 240776)
@@ -162,6 +162,8 @@
endforeach ()
set(UDIS_GEN_DEP
+ disassembler/udis86/optable.xml
+ disassembler/udis86/ud_itab.py
disassembler/udis86/ud_opcode.py
)
Modified: trunk/Source/_javascript_Core/ChangeLog (240775 => 240776)
--- trunk/Source/_javascript_Core/ChangeLog 2019-01-31 10:27:20 UTC (rev 240775)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-01-31 10:34:57 UTC (rev 240776)
@@ -1,3 +1,15 @@
+2019-01-31 Fujii Hironori <[email protected]>
+
+ [CMake][JSC] Changing ud_opcode.py should trigger invoking ud_opcode.py
+ https://bugs.webkit.org/show_bug.cgi?id=194085
+
+ Reviewed by Yusuke Suzuki.
+
+ r240730 changed ud_itab.py and caused incremental build failures
+ for Ninja builds.
+
+ * CMakeLists.txt: Added ud_itab.py and optable.xml to UDIS_GEN_DEP.
+
2019-01-30 Yusuke Suzuki <[email protected]>
[JSC] Symbol should be in destructibleCellSpace
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes