X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/llvm/InitializeLLVMPOSIX.h?ds=inline diff --git a/llvm/InitializeLLVMPOSIX.h b/llvm/InitializeLLVMPOSIX.h index ffc37c5..c3ee821 100644 --- a/llvm/InitializeLLVMPOSIX.h +++ b/llvm/InitializeLLVMPOSIX.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Apple Inc. All rights reserved. + * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,9 +28,11 @@ #if HAVE(LLVM) +#include "InitializeLLVM.h" + namespace JSC { -void initializeLLVMPOSIX(const char* libraryName); +LLVMInitializerFunction getLLVMInitializerFunctionPOSIX(const char* libraryName, bool verbose); } // namespace JSC