[libunwind] Use relative includes to allow source-based dependencies without `-I` (PR #80443)
Alexander Richardson via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 8 17:00:05 PST 2024
https://github.com/arichardson commented:
It does seem like all other libunwind sources use `#include "` to find headers that are part of libunwind, so I think doing it for the includes that are installed should also be fine. I don't think installing these headers into separate directories and adding custom -isystem flags is a supported build configuration. It will also ensure that we always pick the matching header rather than one that happens to come first in the include order.
https://github.com/llvm/llvm-project/pull/80443
More information about the cfe-commits
mailing list