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

via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 24 08:29:24 PST 2016


I don't know *exactly* how you're building this or which OS or hw.. I don't see these problems so will need more details. The Intel guys may know the perl scripts better than me.. I don't really see how those can be the root of the problem.

Is there an open issue for this?

  Original Message  
From: Renato Golin
Sent: Wednesday, February 24, 2016 23:13
To: C Bergström
Cc: Hans Wennborg; llvm-dev; release-testers at lists.llvm.org; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev
Subject: Re: [cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available

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 llvm-dev mailing list