[PATCH] D71154: Driver: Don't look for libc++ headers in the install directory on Android.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 10:06:00 PST 2019


pcc reopened this revision.
pcc added a comment.
This revision is now accepted and ready to land.

Relanding with a fix for the problem found by @davezarzycki. The test needed to be adjusted to set `--sysroot`, otherwise it will fail in the case where a directory named `/usr/include/c++/v1` or `/usr/local/include/c++/v1` exists.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71154





More information about the cfe-commits mailing list