[PATCH] D111427: [AIX] Ignore case when comparing output from od

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 10:52:51 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb050564d3e93: [AIX] Ignore case when comparing output from od (authored by Kai).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111427

Files:
  llvm/test/tools/yaml2obj/XCOFF/string-table.yaml


Index: llvm/test/tools/yaml2obj/XCOFF/string-table.yaml
===================================================================
--- llvm/test/tools/yaml2obj/XCOFF/string-table.yaml
+++ llvm/test/tools/yaml2obj/XCOFF/string-table.yaml
@@ -285,7 +285,8 @@
 ## Case 19: use the value of the `Length` field for the first 4 bytes of the
 ##          table. We dump the string table from the offset of 0x38.
 # RUN: yaml2obj --docnum=1 %s -DSYMNAME='nameInStrTbl' -DLENGTHVALUE=20 -o %t19
-# RUN: od -A n -t x1 -v -j 0x38 %t19 | FileCheck %s --check-prefix=CASE19
+# RUN: od -A n -t x1 -v -j 0x38 %t19 \
+# RUN:   | FileCheck %s --ignore-case --check-prefix=CASE19
 
 # CASE19:      00 00 00 14 6e 61 6d 65 49 6e 53 74 72 54 62 6c
 # CASE19-NEXT: 00


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111427.379773.patch
Type: text/x-patch
Size: 740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/4e80034d/attachment.bin>


More information about the llvm-commits mailing list