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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to