On 04 Feb 2016, at 09:09, Dimitry Andric via Release-testers 
<release-test...@lists.llvm.org> wrote:
> 
> On 02 Feb 2016, at 22:15, Hans Wennborg via Release-testers 
> <release-test...@lists.llvm.org> wrote:
>> 
>> Release Candidate 2 has just been tagged [1]. Please build, test, and
>> upload to the sftp.
>> 
>> I know there are still outstanding issues from RC1, but there have
>> been a lot of merges going into the branch and I think it's time for
>> another round of RC testing.
>> 
>> This RC comes a little behind schedule, sorry about that, but I'm
>> still optimistic about hitting the target of releasing towards the end
>> of February.
> 
> I've had some trouble getting compiler-rt to build on FreeBSD, but after a 
> few minor hacks, I managed to make it build and test successfully for i386.  
> For x86_64, however, there is still a problem in the tsan tests:
> 
> /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22d9b): undefined reference to 
> `__sanitizer::GetRSS()'
> /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22e7b): undefined reference to 
> `__sanitizer::GetRSS()'
> /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22feb): undefined reference to 
> `__sanitizer::GetRSS()'
> clang-3.8: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck.dir/build.make:50:
>  recipe for target 
> 'projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck' failed
> gmake[3]: *** [projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck] 
> Error 1
> 
> E.g., at some point, GetRSS() got added or split out, but there is no FreeBSD 
> variant of this function.  So for now I am probably going to attempt to 
> disable tsan only, and continue with the rest of the build.

After disabling tsan for x86_64, the builds finally went OK, and all tests 
succeeded.  So these tarballs now also have compiler-rt in them, though 
unfortunately still no libc++:

SHA256 (clang+llvm-3.8.0-rc2-amd64-unknown-freebsd10.tar.xz) = 
d6a709e38aa274cc58130b755ef3c1c1fc34b36cc2bfcb6bfa4118b23b0c834e
SHA256 (clang+llvm-3.8.0-rc2-i386-unknown-freebsd10.tar.xz) = 
840b3a391ef3dfec20ed5464230caad91f6431e655d0c6ae06cbabdd7ed12a73

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to