[all-commits] [llvm/llvm-project] 388c69: [SystemZ][z/OS] fix sample-split-layout.test on z/...

Zibi Sarbinowski via All-commits all-commits at lists.llvm.org
Tue Oct 8 06:28:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 388c693a619cd84cff838e5cada17d70bed222cc
      https://github.com/llvm/llvm-project/commit/388c693a619cd84cff838e5cada17d70bed222cc
  Author: Zibi Sarbinowski <zibi at ca.ibm.com>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M llvm/test/tools/llvm-profdata/sample-split-layout.test

  Log Message:
  -----------
  [SystemZ][z/OS] fix sample-split-layout.test on z/OS (#109679)

The Lit in subject fails on z/OS since the input file
`Inputs/split-layout.profdata` is marked as ASCII even though it is
binary and the output file `Output/sample-split-layout.test.tmp-output`
is binary.

This PR removes the diff command which fails because it compares a
binary file and a text file. The rational is that this diff command
seems to be redundant to the `FileCheck` on the next command.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list