Changeset 182483 in webkit for trunk/Source/JavaScriptCore/llvm/InitializeLLVMMac.cpp
- Timestamp:
- Apr 7, 2015, 12:41:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llvm/InitializeLLVMMac.cpp
r171391 r182483 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 38 38 namespace JSC { 39 39 40 void initializeLLVMImpl()40 LLVMInitializerFunction getLLVMInitializerFunction(bool verbose) 41 41 { 42 initializeLLVMPOSIX(toCString(bundlePath().data(), "/Libraries/libllvmForJSC.dylib").data());42 return getLLVMInitializerFunctionPOSIX(toCString(bundlePath().data(), "/Libraries/libllvmForJSC.dylib").data(), verbose); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.