This is an archive of the discontinued LLVM Phabricator instance.

[Object][RISCV][test] Improve DebugInfo/RISCV/relax-debug-frame.ll
ClosedPublic

Authored by MaskRay on Nov 21 2019, 5:10 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 21 2019, 5:10 PM

@HsiangKai could you please check what you intended those -NOT lines to originally check, and confirm if those changes are OK?

@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.

This revision is now accepted and ready to land.Nov 26 2019, 5:41 AM
This revision was automatically updated to reflect the committed changes.