Changeset 153121 in webkit for trunk/Source/JavaScriptCore/runtime/InitializeThreading.cpp
- Timestamp:
- Jul 24, 2013, 8:58:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/InitializeThreading.cpp
r130726 r153121 31 31 32 32 #include "ExecutableAllocator.h" 33 #include "FTLLLVMHeaders.h" 33 34 #include "Heap.h" 34 35 #include "HeapStatistics.h" … … 70 71 LLInt::initialize(); 71 72 #endif 73 #if ENABLE(FTL_JIT) 74 LLVMLinkInMCJIT(); 75 LLVMInitializeNativeTarget(); 76 LLVMInitializeAllAsmPrinters(); 77 #endif 72 78 } 73 79
Note:
See TracChangeset
for help on using the changeset viewer.