[PATCH] D48113: [XRay] Set an explicit dependency on libc++ when needed
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 12 18:43:50 PDT 2018
phosek created this revision.
phosek added a reviewer: dberris.
Herald added subscribers: Sanitizers, llvm-commits, mgorny.
Herald added a reviewer: EricWF.
When XRay is being built as part of the just built compiler together
with libc++ as part of the runtimes build, we need an explicit
dependency from XRay to libc++ to make sure that the library is
available by the time we start building XRay.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48113
Files:
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/lib/xray/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48113.151083.patch
Type: text/x-patch
Size: 3855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/59e2e6f7/attachment.bin>
More information about the llvm-commits
mailing list