[PATCH] D42712: [utils] Add utils/update_cc_test_checks.py
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 11:31:58 PST 2018
arichardson added a comment.
Thanks for working on this!
It almost worked for me but it generated the following LABEL assertions for me
`// CHECK-LABEL: test:` which I then had to manually change to `// CHECK-LABEL: define i32 @test(`
Repository:
rL LLVM
https://reviews.llvm.org/D42712
More information about the llvm-commits
mailing list