[PATCH] D137368: [lld-macho] Overhaul map file code

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 01:31:09 PST 2022


DavidSpickett added a comment.

> Is it possible to disable tests on a per-host basis, though?

Literally by hostname, not at this time. Disabling by host triple could be appropriate for some tests, but not if it's some physical aspect of the machine that's the problem. Since there could be other's with the same host triple that do not have that hardware issue.

> it seems like the target triple is added to the lit features set, but the host triple never is

There are some sanitizer tests disabled for AArch64 due to suspected atomics issues, but the way they do it is that it requires native and a target triple of AArch64. Which amounts to the same thing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137368



More information about the llvm-commits mailing list