This revision was automatically updated to reflect the committed changes.
Closed by commit rL298835: [XRay][clang] Remove dependency on libatomic for
XRay builds (authored by dberris).
Changed prior to commit:
https://reviews.llvm.org/D31382?vs=93097&id=93101#toc
Repository:
rL LLVM
https:/
dberris created this revision.
This change depends on https://reviews.llvm.org/D31381 where we change the
implementation to use
sanitizer_common provided atomic operations library.
Fixes http://llvm.org/PR32274.
https://reviews.llvm.org/D31382
Files:
lib/Driver/ToolChains/Gnu.cpp
Index: l