/*
* Copyright (C) 2013 University of Szeged. All rights reserved.
* Copyright (C) 2013 Samsung Electronics. All rights reserved.
+ * Copyright (C) 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
namespace JSC {
-void initializeLLVMImpl()
+LLVMInitializerFunction getLLVMInitializerFunction(bool verbose)
{
- initializeLLVMPOSIX("libllvmForJSC.so");
+ return getLLVMInitializerFunctionPOSIX("libllvmForJSC.so", verbose);
}
} // namespace JSC