[PATCH] D141060: [opt] Infer DataLayout from triple if not specified

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 14:10:25 PDT 2023


dyung added a comment.

@arichardson, your commit is causing 9 failures on the PS4 linux bot (https://lab.llvm.org/buildbot/#/builders/139/builds/52287), and 10 failures on the PS5 Windows bot (https://lab.llvm.org/buildbot/#/builders/216/builds/29384). The extra Windows failure is because the test `llvm/test/tools/opt/invalid-target.ll` is not accounting for Windows executables, it is checing for opt not opt.exe which is what appears in the warning message on Windows.

Can you please take a look and revert if you need time to investigate?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141060



More information about the llvm-commits mailing list