[all-commits] [llvm/llvm-project] 72b18a: [libcxxabi] Fewer assumptions about path from libc...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Feb 26 06:10:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72b18a86e11ebc970be96a8c2b11aa3a31c14c5d
https://github.com/llvm/llvm-project/commit/72b18a86e11ebc970be96a8c2b11aa3a31c14c5d
Author: Nico Weber <thakis at chromium.org>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M libcxxabi/src/CMakeLists.txt
M libcxxabi/src/stdlib_stdexcept.cpp
M llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn
Log Message:
-----------
[libcxxabi] Fewer assumptions about path from libcxx to libcxxabi
This is useful for projects that pull in libcxx and libcxxabi and build
them using out-of-tree build files, but don't make them sibling
directories (or don't call the sibling directories libcxx and libcxxabi
for some reason).
Fixes PR49313.
Differential Revision: https://reviews.llvm.org/D97379
More information about the All-commits
mailing list