Zibi Braniecki writes:

> On Tuesday, November 7, 2017 at 2:54:45 AM UTC-8, pa...@paul.cx wrote:
>> I'm using this setup daily (with clang trunk from some weeks ago, not
>> 5.0, but it's the same really), here is my mozconfig:
>> 
>> ```
>> export CC="icecc clang"
>> export CXX="icecc clang++"
>> mk_add_options MOZ_MAKE_FLAGS="-j100" # adjust, this is good for the
>> paris office
>> mk_add_options 'export RUSTC_WRAPPER=sccache'
>> mk_add_options 'export CARGO_INCREMENTAL=1'
>> ```
>> 
>> Cheers,
>> Paul.
>
> Yeah, tried the same thing and got:

>  0:12.70 DEBUG: Executing: `/usr/bin/ccache icecc /usr/bin/clang -std=gnu99 -c
> /tmp/conftest.E5oBtT.c`
>  0:12.70 DEBUG: The command returned non-zero exit status 127.
>  0:12.70 DEBUG: Its error output was:
>  0:12.70 DEBUG: | usr/bin/clang: error while loading shared libraries:
> libLLVM-5.0.so: cannot open shared object file: No such file or directory
>  0:12.70 DEBUG: | ICECC[8354] 18:03:45: Compiled on 10.251.25.45

Don't know whether this would result in "No such file or
directory", or whether the clang and llvm could have been compiled
for separate systems, but clang and llvm need to both be compiled
with the same C++ ABI, either with C++11 compatibility or not.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to