diff options
author | Martin Storsjö <martin@martin.st> | 2025-01-15 00:18:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 00:18:52 +0200 |
commit | a829ebadd4211bec24e99f4395ef855eff456eb1 (patch) | |
tree | 0b0fdac3dbca7274e4dc7d2b06484f869eb65da6 /llvm/docs/CommandGuide | |
parent | 43f203da8986bfeb071b5dc381491abbc1126e52 (diff) | |
download | llvm-a829ebadd4211bec24e99f4395ef855eff456eb1.zip llvm-a829ebadd4211bec24e99f4395ef855eff456eb1.tar.gz llvm-a829ebadd4211bec24e99f4395ef855eff456eb1.tar.bz2 |
[Triple] Ignore the vendor field for MinGW, wrt LTO/IR compatibility (#122801)
For MinGW environments, the regular C/C++ toolchains usually use "w64"
for the vendor field in triples, while Rust toolchains usually use "pc"
in the vendor field.
The differences in the vendor field have no bearing on whether the IR is
compatible on this platform. (This probably goes for most other OSes as
well, but limiting the scope of the change to the specific case.)
Add a unit test for the isCompatibleWith, including some existing test
cases found in existing tests.
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions