Title: [165191] trunk/Source/_javascript_Core
- Revision
- 165191
- Author
- [email protected]
- Date
- 2014-03-06 07:55:15 -0800 (Thu, 06 Mar 2014)
Log Message
Unreviewed, fix build.
* disassembler/ARM64Disassembler.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (165190 => 165191)
--- trunk/Source/_javascript_Core/ChangeLog 2014-03-06 15:42:55 UTC (rev 165190)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-03-06 15:55:15 UTC (rev 165191)
@@ -1,5 +1,11 @@
2014-03-06 Filip Pizlo <[email protected]>
+ Unreviewed, fix build.
+
+ * disassembler/ARM64Disassembler.cpp:
+
+2014-03-06 Filip Pizlo <[email protected]>
+
Use the LLVM disassembler on ARM64 if we are enabling the FTL
https://bugs.webkit.org/show_bug.cgi?id=129785
Modified: trunk/Source/_javascript_Core/disassembler/ARM64Disassembler.cpp (165190 => 165191)
--- trunk/Source/_javascript_Core/disassembler/ARM64Disassembler.cpp 2014-03-06 15:42:55 UTC (rev 165190)
+++ trunk/Source/_javascript_Core/disassembler/ARM64Disassembler.cpp 2014-03-06 15:55:15 UTC (rev 165191)
@@ -55,7 +55,7 @@
#endif // USE(ARM64_DISASSEMBLER)
-#if USE(LLVM_DISASSEMBLER)
+#if USE(LLVM_DISASSEMBLER) && CPU(ARM64)
#include "LLVMDisassembler.h"
@@ -68,4 +68,4 @@
} // namespace JSC
-#endif // USE(LLVM_DISASSEMBLER)
+#endif // USE(LLVM_DISASSEMBLER) && CPU(ARM64)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes