]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - llvm/InitializeLLVMLinux.cpp
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / llvm / InitializeLLVMLinux.cpp
index cbbd28f978fd6cc20927ad94948ac8b525a4708a..9e06ddac054ed5cc25fa91915211e95ff59a8f2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * 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
@@ -33,9 +34,9 @@
 
 namespace JSC {
 
-void initializeLLVMImpl()
+LLVMInitializerFunction getLLVMInitializerFunction(bool verbose)
 {
-    initializeLLVMPOSIX("libllvmForJSC.so");
+    return getLLVMInitializerFunctionPOSIX("libllvmForJSC.so", verbose);
 }
 
 } // namespace JSC