This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca27d0e98ad Revert "Fix OCaml/core.ml fneg check" new c04b607c05a Revert "[Tests] Output of od can be lower or upper case (ll [...] new 856e3fe4fff Revert "[FileCheck] Implement --ignore-case option."
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/FileCheck.rst | 1407 ++++--- include/llvm/Support/FileCheck.h | 361 +- lib/Support/FileCheck.cpp | 3975 ++++++++++---------- lib/Support/FileCheckImpl.h | 1245 +++--- test/FileCheck/check-ignore-case.txt | 45 - test/tools/llvm-objcopy/ELF/basic-binary-copy.test | 50 +- test/tools/llvm-objcopy/ELF/binary-no-paddr.test | 84 +- test/tools/llvm-objcopy/ELF/binary-paddr.test | 90 +- .../llvm-objcopy/ELF/binary-segment-layout.test | 76 +- .../ELF/check-addr-offset-align-binary.test | 80 +- test/tools/llvm-objcopy/ELF/dump-section.test | 88 +- .../ELF/preserve-segment-contents.test | 1278 +++---- test/tools/llvm-objcopy/ELF/strip-all-gnu.test | 148 +- test/tools/llvm-objcopy/ELF/strip-sections.test | 176 +- test/tools/yaml2obj/elf-override-shoffset.yaml | 212 +- test/tools/yaml2obj/elf-override-shsize.yaml | 318 +- utils/FileCheck/FileCheck.cpp | 1307 ++++--- 17 files changed, 5438 insertions(+), 5502 deletions(-) delete mode 100644 test/FileCheck/check-ignore-case.txt