]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - llvm/InitializeLLVMPOSIX.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / llvm / InitializeLLVMPOSIX.h
index ffc37c5de1142f8736673fd30c023e9ba2253b02..c3ee8217f97d10a68b6bf9a008cd054635ca10f0 100644 (file)
@@ -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
 
 #if HAVE(LLVM)
 
+#include "InitializeLLVM.h"
+
 namespace JSC {
 
-void initializeLLVMPOSIX(const char* libraryName);
+LLVMInitializerFunction getLLVMInitializerFunctionPOSIX(const char* libraryName, bool verbose);
 
 } // namespace JSC