You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lljvm-cc seems to be one of the main impediments to supporting newer releases of LLVM (see #4). Better solutions for obtaining the LLVM bitcode of an entire program have become available since LLJVM was originally written, such as WLLVM, the PNaCl toolchain, and LTO. lljvm-cc should probably be replaced with one of these instead.
The text was updated successfully, but these errors were encountered:
lljvm-cc
seems to be one of the main impediments to supporting newer releases of LLVM (see #4). Better solutions for obtaining the LLVM bitcode of an entire program have become available since LLJVM was originally written, such as WLLVM, the PNaCl toolchain, and LTO.lljvm-cc
should probably be replaced with one of these instead.The text was updated successfully, but these errors were encountered: