Displaying 7 results from an estimated 7 matches for "dd_interceptor".
Did you mean:
dd_interceptors
2016 Dec 27
0
(Thin)LTO llvm build
...targets.
> >>
> >> I have to sift through them before I can report more, and I don't
> >> don't know if it's small enough to post here, but some of the more
> >> interesting errors are:
> >>
> >> llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20:
> >> error: redefinition of 'realpath'
> >> INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
> >> ^
> >> /usr/include/bits/stdlib.h:37:8: note: previous definition is here
> >> __NTH (realpath (...
2016 Dec 27
2
(Thin)LTO llvm build
...build everything but 12 ninja targets.
>>
>> I have to sift through them before I can report more, and I don't
>> don't know if it's small enough to post here, but some of the more
>> interesting errors are:
>>
>> llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20:
>> error: redefinition of 'realpath'
>> INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
>> ^
>> /usr/include/bits/stdlib.h:37:8: note: previous definition is here
>> __NTH (realpath (const char *__restrict __...
2016 Dec 27
2
(Thin)LTO llvm build
...gain by forcing it with `ninja -k 16`, I managed to
build everything but 12 ninja targets.
I have to sift through them before I can report more, and I don't
don't know if it's small enough to post here, but some of the more
interesting errors are:
llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20:
error: redefinition of 'realpath'
INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
^
/usr/include/bits/stdlib.h:37:8: note: previous definition is here
__NTH (realpath (const char *__restrict __name, char *__restrict __resolved))
[...]
l...
2016 Dec 27
0
(Thin)LTO llvm build
...16`, I managed to
> build everything but 12 ninja targets.
>
> I have to sift through them before I can report more, and I don't
> don't know if it's small enough to post here, but some of the more
> interesting errors are:
>
> llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20:
> error: redefinition of 'realpath'
> INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
> ^
> /usr/include/bits/stdlib.h:37:8: note: previous definition is here
> __NTH (realpath (const char *__restrict __name, char *__restri...
2015 Sep 08
2
[ThreadSanitizer] Get deadlocks working
...This is just not implemented yet. Yes, mutex callback needs to be
split into pre and post parts. The deadlock detector already has
separate callbacks for these events, it is just a matter of threading
these callbacks through tsan code.
You can look at the standalone deadlock detector in
lib/tsan/dd/dd_interceptors.cc, it does it correctly.
--
Dmitry Vyukov, Software Engineer, dvyukov at google.com
Google Germany GmbH, Dienerstraße 12, 80331, München
Geschäftsführer: Graham Law, Christine Elizabeth Flores
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Diese E-Mail ist vertra...
2016 Dec 27
1
(Thin)LTO llvm build
...t;
>> >> I have to sift through them before I can report more, and I don't
>> >> don't know if it's small enough to post here, but some of the more
>> >> interesting errors are:
>> >>
>> >> llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20:
>> >> error: redefinition of 'realpath'
>> >> INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
>> >> ^
>> >> /usr/include/bits/stdlib.h:37:8: note: previous definition is here
>> >&g...
2016 Dec 25
0
(Thin)LTO llvm build
So, archlinux doesn't seem to package lld. Since the binaries from
llvm.org don't work here, maybe I can find another way to avoid
running two llvm builds (one to build lld, one to thinlto-lld rebuild).
TBD.