[cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available

Renato Golin via cfe-dev cfe-dev at lists.llvm.org
Wed Feb 24 08:13:54 PST 2016


On 8 February 2016 at 22:56,  <cbergstrom at pathscale.com> wrote:
> Imho it's critical to get parallel programming working on ARMv8 ( even if it's crappy OMP) to start. Please enable it and I'll run the tests against our internal QA and we can informally handle testing / guarding against regressions.

So, I got some dependency errors while building OpenMP on my AArch64 box:

cd /home/rengolin/devel/llvm/release/rc3/Phase3/openmp/src &&
/usr/bin/perl /home/rengolin/devel/llvm/release/rc3/openmp.src/runtime/tools/check-depends.pl
--os=lin --arch=aarch64
--expected="libdl.so.2,libgcc_s.so.1,libpthread.so.0"
/home/rengolin/devel/llvm/release/rc3/Phase3/openmp/src/libomp.so
check-depends.pl: (i) Dependencies:
check-depends.pl: (i)     libc.so.6
check-depends.pl: (i)     libdl.so.2
check-depends.pl: (i)     libpthread.so.0
check-depends.pl: (x) Unexpected dependencies:
check-depends.pl: (x)     libc.so.6

I remember those problems when I tried last year, and they should be
not too hard to work around. However, we're late in the release and I
don't want to delay it even more for an experimental feature.

It should be fine to compile it separately and upload later. But it
would be better if you could work on the release and OMP scripts to
make it work out of the box, so we can do the next releases without
delay.

I'll continue without OMP for now.

cheers,
--renato



More information about the cfe-dev mailing list