[all-commits] [llvm/llvm-project] 51fa11: [AIX] Fix AIX failures due to switch to internal s...

Mark Danial via All-commits all-commits at lists.llvm.org
Wed Sep 24 11:12:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51fa1196179ff96cd6b392549a37d00cc83cf580
      https://github.com/llvm/llvm-project/commit/51fa1196179ff96cd6b392549a37d00cc83cf580
  Author: Mark Danial <mark.danial at ibm.com>
  Date:   2025-09-24 (Wed, 24 Sep 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll
    M llvm/test/CodeGen/AMDGPU/lds-run-twice.ll
    M llvm/test/tools/llvm-ar/option-X.test
    M llvm/test/tools/llvm-nm/option-X-AIX.test
    M llvm/test/tools/llvm-ranlib/aix-X-option.test
    M llvm/test/tools/llvm-strings/eof.test
    M llvm/test/tools/llvm-strings/stdin.test
    M llvm/test/tools/llvm-strings/whitespace.test
    M llvm/test/tools/yaml2obj/empty-or-invalid-doc.yaml
    M llvm/utils/lit/tests/shtest-readfile-external.py
    M llvm/utils/lit/tests/shtest-ulimit-nondarwin.py

  Log Message:
  -----------
  [AIX] Fix AIX failures due to switch to internal shell (#160566)

This PR fixes a bunch of failures on AIX that occurred due to the switch
to lit internal shell by default. The failures deal with the following:
1. unset not being supported by lit internal shell
2. A bug with echo -n on AIX when there are multiple pipes in the RUN
command
3. ulimit test case not supported on AIX due to the -v option
4. platform specific error message for missing file



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