This patch fixes the rest of the compile errors on Win64 when compiling with the following defines: #define HAVE_LLVM 1 #define ENABLE_FTL_JIT 1 #define ENABLE_B3_JIT 1 #define FTL_USES_B3 1
Created attachment 270130 [details] Patch
What happened to not using LLVM on Windows?
(In reply to comment #2) > What happened to not using LLVM on Windows? LLVM is not used, but it seems HAVE_LLVM currently needs to defined to avoid compile errors.
Created attachment 270205 [details] Patch
Comment on attachment 270205 [details] Patch Attachment 270205 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/755467 Number of test failures exceeded the failure limit.
Created attachment 270207 [details] Archive of layout-test-results from ews100 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews100 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 270205 [details] Patch Attachment 270205 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/755477 Number of test failures exceeded the failure limit.
Created attachment 270208 [details] Archive of layout-test-results from ews104 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Comment on attachment 270205 [details] Patch Attachment 270205 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/755461 Number of test failures exceeded the failure limit.
Created attachment 270209 [details] Archive of layout-test-results from ews116 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 270211 [details] Patch
(In reply to comment #11) > Created attachment 270211 [details] > Patch I removed the LLVM specific stuff in this patch :)
Thanks for reviewing :)
Committed r196019: <http://trac.webkit.org/changeset/196019>