[llvm-commits] [patch] fix for: llvm_start_multithreaded() failed

Xerxes RĂ„nby xerxes at zafena.se
Sat Jul 4 22:34:13 PDT 2009


Greetings!
when using the current llvm svn tip with the curent icedtea6 tip to
compile OpenJDK i got a binary that complained alot that
llvm_start_multithreaded failed to initialize.

OpenJDK Shark VM warning: llvm_start_multithreaded() failed

The attached patch fixes this issue:
llvm/lib/System/Threading.cpp
Let the LLVM_MULTITHREADED macro propagate from config.h to
Threading.cpp so that the multithreaded llvm implementation are actually
compiled in and used.

Have a great day!
Xerxes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: llvm_start_multithreaded_LLVM_MULTITHREADED_config.h.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090705/aecbf826/attachment.ksh>


More information about the llvm-commits mailing list