]> granicus.if.org Git - clang/commit
[XRay][clang] Remove dependency on libatomic for XRay builds
authorDean Michael Berris <dberris@google.com>
Mon, 27 Mar 2017 07:14:11 +0000 (07:14 +0000)
committerDean Michael Berris <dberris@google.com>
Mon, 27 Mar 2017 07:14:11 +0000 (07:14 +0000)
commit268f12fecb3a52e487693a27bbb742d916b05ce5
tree074263a04b5d7ce90f5253219f2be9f95c28d81d
parenta5c67c5813349c3465a42604bdc88331bf358a5c
[XRay][clang] Remove dependency on libatomic for XRay builds

Summary:
This change depends on D31381 where we change the implementation to use
sanitizer_common provided atomic operations library.

Fixes http://llvm.org/PR32274.

Reviewers: pelikan, dblaikie

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D31382

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Gnu.cpp