[PATCH] D139188: [Draft] Sanitize clang target triple

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 03:37:37 PST 2022


serge-sans-paille added a comment.

This is a tentative patch for https://discourse.llvm.org/t/linking-without-gcc-on-gnu-linux/66428/3 unfortunately it appears that many triples are not recognized while widely used (at least in the CI) for instance `aarch64-arm-none-eabi` is used a lot in the testsuite but `arm` is not a registered vendor... Any thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139188



More information about the cfe-commits mailing list