[PATCH] D31233: [XRay][compiler-rt] Remove dependency on <system_error>

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 21:40:40 PDT 2017


dberris created this revision.

Depending on C++11 <system_error> introduces a link-time requirement to
C++11 symbols. Removing it allows us to depend on header-only C++11 and
up libraries.

Partially fixes http://llvm.org/PR32274 -- we know there's more invasive work
to be done, but we're doing it incrementally.


https://reviews.llvm.org/D31233

Files:
  lib/xray/tests/unit/buffer_queue_test.cc
  lib/xray/xray_buffer_queue.cc
  lib/xray/xray_buffer_queue.h
  lib/xray/xray_fdr_logging_impl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31233.92595.patch
Type: text/x-patch
Size: 11997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170322/43940ed1/attachment.bin>


More information about the llvm-commits mailing list