[resending]
Hi Alon,
On Thu, 23 May 2019 17:44:51 -0700
Alon Zakai <
alon...@gmail.com> wrote:
> We have been working hard to replace the current build infrastructure with
> a new system. The new one will be faster, have better support for testing,
> and support the LLVM wasm backend (in fact this change is the last blocker
> for us switching to that by default). As of now you can start to test this
> out, if you do the following:
>
> * get latest emsdk master
> * ./emsdk install latest-releases-fastcomp
> * ./emsdk activate latest-releases-fastcomp
> * optionally add the directory to the path with: source ./emsdk_env.sh
>
trying that gives me many tinfo.5 warnings -
https://www.shlomifish.org/Files/files/text/emcc-fastcomp-latest-output.txt.xz
<<<
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/clang++:
/lib64/libtinfo.so.5: no version information available (required by
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/../lib/
libLLVM-6.0.so)
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/clang++:
/lib64/libtinfo.so.5: no version information available (required by
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/../lib/
libLLVM-6.0.so)
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/clang++:
/lib64/libtinfo.so.5: no version information available (required by
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/../lib/
libLLVM-6.0.so)
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/clang++:
/lib64/libtinfo.so.5: no version information available (required by
/home/shlomif/Download/unpack/prog/llvm-to-js/emsdk/fastcomp/3b8cff670e9233a6623563add831647e8689a86b/fastcomp/bin/../lib/
libLLVM-6.0.so)
>>>
the result code seems to be working fine.
thanks!