Displaying 7 results from an estimated 7 matches for "asan_posix".
2019 Jan 24
2
[Release-testers] [8.0.0 Release] rc1 has been tagged
On Thu, 2019-01-24 at 19:58 +0100, Dimitry Andric via Release-testers
wrote:
> On 24 Jan 2019, at 01:49, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
> >
> > 8.0.0-rc1 was just tagged (from the branch at r351980).
> >
> > It took a little longer than planned, but it's looking good.
> >
> > Please run the test
2017 Aug 04
2
LLVM build failures of Sanitized builds
...lgen -gen-attrs
-I /build/llvm/include/llvm/IR -I /build/llvm/include
/build/llvm/include/llvm/IR/Attributes.td -o
include/llvm/IR/Attributes.gen.tmp -d include/llvm/IR/Attributes.gen.d
==1216==AddressSanitizer CHECK failed:
/build/llvm-toolchain-snapshot-6.0~svn309928/projects/compiler-rt/lib/asan/asan_posix.cc:102
"((tsd_key_inited)) != (0)" (0x0, 0x0)
<empty stack>
Aborted
[201/3921] Building Intrinsics.gen...
FAILED: include/llvm/IR/Intrinsics.gen.tmp
cd /build/build-test && /build/build-test/bin/llvm-tblgen
-gen-intrinsic -I /build/llvm/include/llvm/IR -I /build/llvm/in...
2012 Jul 12
3
[LLVMdev] Compiling llvm and Clang on Linux
...X=g++44 --include_dir=<gcc44 include dir>
but it didn't help either.
I couldn't find in the gcc44 directories the the file gthr-default.h, on
which the error is issued.
The error is issued while compiling the line line #include <algorithm>
in llvm/projects/compiler-rt/lib/asan/asan_posix.cc
the line is preceded by the comment
// Should not add dependency on libstdc++
Below are the gcc44 directories installed on the machine. Do you know what
else is needed in order to resolve the problem?
Thanks,
Sitvanit
/usr/bin/gcc44
/usr/bin/gcov44
/usr/bin/i386-redhat-linux6E-gcc44
/usr/li...
2012 Jul 11
0
[LLVMdev] Compiling llvm and Clang on Linux
It's undocumented FAQ, if you are using RHEL5 (or clone).
- install gcc44-c++
- Build with CC=gcc44 CXX=g++44
- You may need "CC=clang -std=gnu89" to use clang with its glibc.
Have fun!
ps. AFAIK, clang can be built more easily on centos6.
...Takumi
2012/7/11 Sitvanit Ruah <RUAH at il.ibm.com>:
>
> Hello all,
> I am new to this mailing list so I hope this is
2012 Jul 11
5
[LLVMdev] Compiling llvm and Clang on Linux
Hello all,
I am new to this mailing list so I hope this is the right place to post the
following question.
We are considering using Clang front end for our tool. I tried to compile
LLVM
(using configure followed by make from the llvm top directory) on LINUX
X86 with gcc 4.1.2.
I got several compilation error messages of the form
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...sn't passed to the link stage, and then the very first pthread_key_create() call fails with an error (I had submitted https://reviews.llvm.org/D39254 for this, but it never got anywhere):
==2626==AddressSanitizer CHECK failed: /home/dim/llvm-6.0.0/rc2/llvm.src/projects/compiler-rt/lib/asan/asan_posix.cc:48 "((0)) == ((pthread_key_create(&tsd_key, destructor)))" (0x0, 0x4e)
The Clang Tools and Extra Tools Unit tests all appear to crash with:
exception_ptr not yet implemented
which is an error I have seen before, but wasn't able to reproduce. Something strange in the exc...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
>>
>> There's been a lot of merges since rc1, and hopefully the tests are in
>> a better state now.
>>
>> 6.0.0-rc2 was just tagged, after r324506.
>>
>>