https://llvm.org/bugs/show_bug.cgi?id=15823

H.J. Lu <hjl.to...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |hjl.to...@gmail.com
         Resolution|FIXED                       |---

--- Comment #10 from H.J. Lu <hjl.to...@gmail.com> ---
(In reply to comment #9)
> I've implemented Alexander's suggestion in r215940.
> $ cat clock_gettime.c 
> #include <stdio.h>
> #include <time.h>
> 
> int main() {
>   struct timespec ts;
>   clock_gettime(CLOCK_REALTIME, &ts);
>   return 0;
> }
> $ ./bin/clang -fsanitize=address -Wl,-as-needed clock_gettime.c && ./a.out
> 
> Please reopen this bug if you still see errors.

r215940 caused:

https://llvm.org/bugs/show_bug.cgi?id=24503

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to