On 8 February 2016 at 22:56,  <cbergst...@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
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to