Changeset 182483 in webkit for trunk/Source/JavaScriptCore/llvm/InitializeLLVMPOSIX.h
- Timestamp:
- Apr 7, 2015, 12:41:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llvm/InitializeLLVMPOSIX.h
r164424 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 … … 29 29 #if HAVE(LLVM) 30 30 31 #include "InitializeLLVM.h" 32 31 33 namespace JSC { 32 34 33 void initializeLLVMPOSIX(const char* libraryName);35 LLVMInitializerFunction getLLVMInitializerFunctionPOSIX(const char* libraryName, bool verbose); 34 36 35 37 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.