Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 16:33:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 215975] ThreadSanitizer lacks runtime in base
Message-ID:  <bug-215975-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215975

            Bug ID: 215975
           Summary: ThreadSanitizer lacks runtime in base
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-toolchain@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: mfc-stable11?

$ pkg install -qy llvm39
$ echo 'int main() {}' >a.c

$ clang39 -fsanitize=3Dthread a.c
$ cc -fsanitize=3Dthread a.c
/usr/bin/ld: /usr/bin/../lib/clang/3.9.0/lib/freebsd/libclang_rt.tsan-x86_6=
4.a:
No such file: No such file or directory
cc: error: linker command failed with exit code 1 (use -v to see invocation)

$ pkg info -xl llvm39 | fgrep tsan
        /usr/local/llvm39/include/sanitizer/tsan_interface_atomic.h
        /usr/local/llvm39/lib/clang/3.9.1/lib/freebsd/libclang_rt.tsan-x86_=
64.a
=20=20=20=20=20=20=20
/usr/local/llvm39/lib/clang/3.9.1/lib/freebsd/libclang_rt.tsan-x86_64.a.syms
=20=20=20=20=20=20=20
/usr/local/llvm39/lib/clang/3.9.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
=20=20=20=20=20=20=20
/usr/local/llvm39/lib/clang/3.9.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a=
.syms

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215975-29464>