[PATCH] D133406: [compiler-rt] Handle non-canonical triples with new runtime lib layout

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 11 02:23:21 PDT 2022


ro added a comment.

In D133406#3781465 <https://reviews.llvm.org/D133406#3781465>, @MaskRay wrote:

> 



> Have you made some investigation whether this is the best place doing the normalization? Are there other places normalizing `arch`?

I did, and everything converged here.  The fact that the Android `i386` -> `i686` normalization already happens here suggests that it's the right place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133406



More information about the llvm-commits mailing list