[PATCH] D137368: [lld-macho] Overhaul map file code
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 11:07:33 PST 2022
int3 added a comment.
Ahh, thanks for the fix! I'd forgotten that integer promotion doesn't happen with format strings...
> disabling the test on arm 32 bit isn't a big deal
Is it possible to disable tests on a per-host basis, though? From https://github.com/llvm/llvm-project/blob/main/llvm/utils/lit/lit/llvm/config.py#L97 it seems like the target triple is added to the lit `features` set, but the host triple never is... I could certainly make that addition, but I'm not sure if it was an intentional decision
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