[all-commits] [llvm/llvm-project] 897c86: [clang] [MinGW] Rename the 'Arch' member to 'Subdi...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Oct 28 00:27:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 897c86dec5af2780d443edd852aa5911e2650ec6
https://github.com/llvm/llvm-project/commit/897c86dec5af2780d443edd852aa5911e2650ec6
Author: Martin Storsjö <martin at martin.st>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M clang/lib/Driver/ToolChains/MinGW.cpp
M clang/lib/Driver/ToolChains/MinGW.h
Log Message:
-----------
[clang] [MinGW] Rename the 'Arch' member to 'SubdirName'. NFC.
This string isn't a plain architecture name, but contains the whole
subdir name used for the sysroot, which often is equal to the target
triple.
Differential Revision: https://reviews.llvm.org/D112387
More information about the All-commits
mailing list