Update llvm-emscripten

This updates emscripten to version 1.38.15, which is based on
LLVM 6.0.1.
This commit is contained in:
Nikita Popov 2018-11-02 15:17:39 +01:00
parent ac708826b0
commit 9eb19273a3
6 changed files with 11 additions and 11 deletions

View file

@ -444,7 +444,7 @@ extern "C" void LLVMRustConfigurePassManagerBuilder(
LLVMPassManagerBuilderRef PMBR, LLVMRustCodeGenOptLevel OptLevel,
bool MergeFunctions, bool SLPVectorize, bool LoopVectorize, bool PrepareForThinLTO,
const char* PGOGenPath, const char* PGOUsePath) {
#if LLVM_RUSTLLVM
#if LLVM_VERSION_GE(7, 0)
unwrap(PMBR)->MergeFunctions = MergeFunctions;
#endif
unwrap(PMBR)->SLPVectorize = SLPVectorize;