[PATCH] D68146: [tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 06:31:50 PDT 2019


thopre added a comment.

In D68146#1691237 <https://reviews.llvm.org/D68146#1691237>, @Kai wrote:

> FileCheck has now a new option `--ignore-case`.
>  I updated the test cases to use the new option. I touched only test cases which have the lower case/upper case letter problem. I also did not add `-A n` because some tests also check for the address.


Can you split the FileCheck change into a separate revision? Please add some testing (both unittest and regular test if possible).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68146/new/

https://reviews.llvm.org/D68146





More information about the llvm-commits mailing list