[PATCH] D81622: [Clang] Search computed sysroot for libc++ header paths

Ryan Prichard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 18:20:17 PDT 2020


rprichard added reviewers: srhines, danalbert, libc++, kristina.
rprichard added a comment.

FWIW, `computeSysRoot` is overridden by these toolchains:

- Linux
- MSP430ToolChain
- MipsLLVMToolChain
- RISCVToolChain

I think this change restores the pre D69758 <https://reviews.llvm.org/D69758> behavior for Linux and MipsLLVMToolChain. It might be nice to have a review from someone familiar with the MSP430 and RISC-V toolchains.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81622/new/

https://reviews.llvm.org/D81622





More information about the cfe-commits mailing list