[PATCH] D70578: [Object][RISCV][test] Improve DebugInfo/RISCV/relax-debug-frame.ll
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 09:31:11 PST 2019
MaskRay added a comment.
In D70578#1756550 <https://reviews.llvm.org/D70578#1756550>, @luismarques wrote:
> @HsiangKai could you please check what you intended those `-NOT` lines to originally check, and confirm if those changes are OK?
https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-not-directive (a) Two identical `CHECK-NOT` directives between two positive matches are the same as one. (b) `{{]}}` is the same as `]`.
So I believe the changes are OK.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70578/new/
https://reviews.llvm.org/D70578
More information about the llvm-commits
mailing list