RESOLVED WONTFIX 94981
Autogenerate OpcodeDefinitions.h
https://bugs.webkit.org/show_bug.cgi?id=94981
Summary Autogenerate OpcodeDefinitions.h
Oliver Hunt
Reported 2012-08-24 16:42:30 PDT
Autogenerate OpcodeDefinitions.h
Attachments
Patch (25.83 KB, patch)
2012-08-24 16:42 PDT, Oliver Hunt
no flags
Patch (28.04 KB, patch)
2012-08-24 16:54 PDT, Oliver Hunt
no flags
Patch (28.87 KB, patch)
2012-08-27 11:57 PDT, Oliver Hunt
no flags
Patch (30.69 KB, patch)
2012-08-27 12:38 PDT, Oliver Hunt
oliver: review-
buildbot: commit-queue-
Oliver Hunt
Comment 1 2012-08-24 16:42:47 PDT
Oliver Hunt
Comment 2 2012-08-24 16:54:35 PDT
Gyuyoung Kim
Comment 3 2012-08-24 17:10:51 PDT
Early Warning System Bot
Comment 4 2012-08-24 17:18:59 PDT
Early Warning System Bot
Comment 5 2012-08-24 17:21:53 PDT
Build Bot
Comment 6 2012-08-24 17:30:53 PDT
Oliver Hunt
Comment 7 2012-08-25 19:33:01 PDT
Sorry, i forget that destroying the whole world still only causes cq-, and not r-
Oliver Hunt
Comment 8 2012-08-27 11:57:35 PDT
Oliver Hunt
Comment 9 2012-08-27 12:38:35 PDT
Simon Hausmann
Comment 10 2012-08-27 13:03:15 PDT
Comment on attachment 160780 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160780&action=review > Source/JavaScriptCore/DerivedSources.pri:87 > +opcodedefs.input = $$PWD/bytecode/opcodes You may have to replace this line with one level of indirection, i.e. input specifies the name of a variable: OPCODE_FILE = $$PWD/bytecode/opcodes opcodedefs.input = OPCODE_FILE But let's see what the EWS says :)
Build Bot
Comment 11 2012-08-27 13:24:34 PDT
Early Warning System Bot
Comment 12 2012-08-27 13:55:56 PDT
Early Warning System Bot
Comment 13 2012-08-27 14:09:52 PDT
Gyuyoung Kim
Comment 14 2012-08-27 15:14:47 PDT
Mark Lam
Comment 15 2013-11-01 09:18:55 PDT
We no longer use OpcodeDefinitions.h in ToT code. Closing as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.