Skip to content

Commit

Permalink
Revert "[lit][aix] Always use internal lit shell on AIX (llvm#113355)"
Browse files Browse the repository at this point in the history
This reverts commit 4583dbc.
  • Loading branch information
abhina-sree committed Oct 24, 2024
1 parent 8c2e8b5 commit 3c2ea23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions llvm/utils/lit/lit/llvm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ def __init__(self, lit_config, config):
self.lit_config.note("using lit tools: {}".format(path))
lit_path_displayed = True

if platform.system() == "AIX":
# Diff on AIX doesn't have all the required features (see
# https://github.com/llvm/llvm-project/pull/108871 and
# https://github.com/llvm/llvm-project/pull/112997#issuecomment-2429656192)
# so always use the internal shell.
self.use_lit_shell = True

if platform.system() == "OS/390":
self.with_environment("_BPXK_AUTOCVT", "ON")
self.with_environment("_TAG_REDIR_IN", "TXT")
Expand Down

0 comments on commit 3c2ea23

Please sign in to comment.