[PATCH] D80916: [LegacyPM] Double check that passes correctly set their Modified status

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 02:36:57 PDT 2020


fhahn added a comment.

In D80916#2141194 <https://reviews.llvm.org/D80916#2141194>, @serge-sans-paille wrote:

> > Hmm, where do other targets suffer from those errors? In the various backend pipelines/passes?
>
> Yes, the culprits where  https://reviews.llvm.org/D83457 https://reviews.llvm.org/D83459 and https://reviews.llvm.org/D83460


Sounds good. I can try a build on AArch64 in a bit.

Cross-compiling the test-suite for example should be relatively straight-forward, if you have a linker & libraries for the target architecture (e.g. on linux it should be easy to get the required toolchains for platforms like ARM and AArch64) https://llvm.org/docs/lnt/tests.html#cross-compiling


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80916





More information about the llvm-commits mailing list