[PATCH] D133392: [MTE] Add AArch64GlobalsTagging Pass

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 12:03:08 PST 2023


dyung added a comment.

Hi @hctim, the test you added is failing on buildbots where AArch64 is not built, can you either update the test to not require that backend, or mark the test as requiring it?

https://lab.llvm.org/buildbot/#/builders/139/builds/35253

  error: unable to create target: 'No available targets are compatible with triple "aarch64-unknown-linux-android31"'
  1 error generated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133392



More information about the llvm-commits mailing list