please disregard my previous email. I found out that the location of fastcomp-clang has changed so I ended up using a mismatched fastcomp and fastcom-clang
It works fine now! -Xiang On Wed, Feb 26, 2014 at 4:09 PM, Xiang Li <[email protected]> wrote: > Alon, > > I just tried the latest stuff 10 minutes ago since I wanted to check > something else but it seems something is broken since last Friday? > > [ 0%] Building CXX object WCore/source/CMakeFiles/WCore.dir/WArray.cpp.o > error: unknown target triple 'asmjs-unknown-emscripten', please use > -triple or -arch > ERROR root: compiler frontend failed to generate LLVM bitcode, halting > make[2]: *** [WCore/source/CMakeFiles/WCore.dir/WArray.cpp.o] Error 1 > make[1]: *** [WCore/source/CMakeFiles/WCore.dir/all] Error 2 > > > > On Mon, Feb 24, 2014 at 4:42 PM, Alon Zakai <[email protected]> wrote: > >> Hi everyone, >> >> Fastcomp, the new backend, has been turned on by default on the incoming >> branch. Details: >> >> https://github.com/kripken/emscripten/wiki/LLVM-Backend >> >> Note that this is just on by default - as in that link, you can disable >> it if you want - but you shouldn't :) >> >> Also note that this is on the incoming branch, not master. If you are on >> master, nothing has changed. >> >> Please test your project on the incoming branch. In general, things >> should just work - except compile more quickly. The main risk is if your >> project uses a deprecated feature or hits a new bug. We will not merge >> incoming to master probably for some time as we get feedback and make sure >> things are stable. >> >> Note that there are incoming branches in all 3 repos now: emscripten, >> emscripten-fastcomp and emscripten-fastcomp-clang. As mentioned in the link >> above, you should use the SAME branch in all. If you use incoming in >> emscripten, you MUST also use incoming in the other two, otherwise they >> might not be compatible. >> >> - Alon >> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
