[cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.

Dan Liew dan at su-root.co.uk
Tue Jul 7 10:17:56 PDT 2015


> OK, good.  The change made it obvious that I had groff missing and that
> seems to have been killing the install step mid-flow.
>
> Dan, I think it works now, so I've uploaded the new build to the site I sent
> you before for your perusal.

Great. I've taken a quick look the CMake files are there and the sym
links are okay. The CMake files themselves are broken but it's
unfortunately too late to apply the necessary fix from trunk (r241080)
to the release branch.

Running `` diff -s -q --recursive
clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-x86_64-fedora21 | grep ^Only`` returns nothing
now :)

I've noticed though that  there's a difference between some of the
uploaded packages

```
$ diff -s -q --recursive
clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-aarch64-linux-gnu | grep ^Only
Only in clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/lib/clang/3.6.2: lib

$ diff -s -q --recursive
clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-amd64-unknown-freebsd10 | grep ^Only
Only in clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/lib/clang/3.6.2: lib

diff -s -q --recursive clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-armv7a-linux-gnueabihf | grep ^Only
Only in clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/lib/clang/3.6.2: lib

$ diff -s -q --recursive
clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-mips-linux-gnu | grep ^Only
Only in clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/lib/clang/3.6.2: lib

$ diff -s -q --recursive
clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04
clang+llvm-3.6.2-rc1-mipsel-linux-gnu | grep ^Only
Only in clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/lib/clang/3.6.2: lib
```

The x86_64 linux builds (i.e. Fedora, OpenSUSE and Ubuntu) and x86_64
darwin build seem to have an extra folder in ``lib/clang/3.6.2/lib/``
that has compiler-rt stuff in it (I think).

Is this to be expected?

Thanks,
Dan.



More information about the cfe-dev mailing list