[PATCH] D68146: [FileCheck] Implement --ignore-case option.
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 09:40:56 PDT 2019
Kai marked an inline comment as done.
Kai added inline comments.
================
Comment at: llvm/test/FileCheck/check-ignore-case.txt:23
+# CHECK-NEXT: break
\ No newline at end of file
----------------
jhenderson wrote:
> Nit: no new line at EOF.
When I download the raw file and look at it in hex mode, then the last byte is 0x0A. That's a new line at EOF, isn't it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68146/new/
https://reviews.llvm.org/D68146
More information about the llvm-commits
mailing list