[libunwind] Use relative includes to allow source-based dependencies without `-I` (PR #80443)

Louis Dionne via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 10:48:58 PDT 2024


ldionne wrote:

> @ldionne, do you find @arichardson reasoning good enough to proceed with merging this PR?

I'm not convinced. We use `#include <header>` pretty consistently in libc++ and libc++abi and we should strive for all the runtimes to be consistent. I am especially not convinced that the end goal (of avoiding a `-I` flag) is worthwhile.

https://github.com/llvm/llvm-project/pull/80443


More information about the cfe-commits mailing list