[PATCH] D112387: [clang] [MinGW] Rename the 'Arch' member to 'SysrootName'. NFC.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 27 09:57:25 PDT 2021


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

How is this different from `clang::driver::Driver::SysRoot`?

>From `SysrootName + "/sys-root"` looks like the `sys-root` directory is the sysroot? Perhaps there is a better way describing `SysrootName` but I cannot think of it...
`SysrootName` may be good enough.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112387



More information about the cfe-commits mailing list