[PATCH] D76588: [Attributor] Unify testing (=updates,prefixes,run configurations,...)
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 17:26:47 PDT 2020
jdoerfert added a comment.
In D76588#1937614 <https://reviews.llvm.org/D76588#1937614>, @sstefan1 wrote:
> It is a good idea to generalise the way we write tests.
>
> > we now use the test update scripts for (almost) all Attributor tests.
>
> What is the problem with those that are not included in this patch? I see noreturn_async/sync are not here
The script cannot handle the personality syntax just yet. We can still update the entire folder:
`llvm/utils/update_test_checks.py --update-only llvm/test/Transforms/Attributor/**/*.ll`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76588/new/
https://reviews.llvm.org/D76588
More information about the llvm-commits
mailing list