Skip to content

Commit 3c2ea23

Browse files
committed
Revert "[lit][aix] Always use internal lit shell on AIX (llvm#113355)"
This reverts commit 4583dbc.
1 parent 8c2e8b5 commit 3c2ea23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/utils/lit/lit/llvm/config.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ def __init__(self, lit_config, config):
5757
self.lit_config.note("using lit tools: {}".format(path))
5858
lit_path_displayed = True
5959

60-
if platform.system() == "AIX":
61-
# Diff on AIX doesn't have all the required features (see
62-
# https://github.com/llvm/llvm-project/pull/108871 and
63-
# https://github.com/llvm/llvm-project/pull/112997#issuecomment-2429656192)
64-
# so always use the internal shell.
65-
self.use_lit_shell = True
66-
6760
if platform.system() == "OS/390":
6861
self.with_environment("_BPXK_AUTOCVT", "ON")
6962
self.with_environment("_TAG_REDIR_IN", "TXT")

0 commit comments

Comments
 (0)