[PATCH] D60943: Delay diagnosing asm constraints that require immediates until after inlining
James Nagurne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 12:21:01 PDT 2019
JamesNagurne added a comment.
In case you haven't seen, this commit breaks non-x86 build bots due to the combination of '-triple x86_64*' and '-S'. Some tests that use this target are only looking for AST dumps, and do not actually require such a target. This is not one of those tests, as it's inspecting assembly.
See clang/test/CodeGen/addrsig.c to see how that is handled (via REQUIRES: x86-registered-target).
Oddly enough, other tests that use -triple x86_64* and only inspect the AST don't require the registered target.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60943/new/
https://reviews.llvm.org/D60943
More information about the cfe-commits
mailing list