Skip to content

[llvm][llvm-lit] Enable internal shell for llvm test suite #102697

@Harini0924

Description

@Harini0924

Testing in lit is currently inconsistent across different platforms, as many RUN line commands are written in a way that only works on POSIX-compliant shells. Lit has an internal shell implementation to ensure uniform execution of these commands that can be used regardless of platform. We should aim to turn on the internal shell for the llvm test suite to eliminate reliance on external shells.

The internal shell has missing capabilities that need to be addressed before doing so. Here is a list of the issues that block us from turning on the internal shell for llvm.

#102374
#102383
#102395
#106627

Metadata

Metadata

Assignees

No one assigned

    Labels

    llvmUmbrella label for LLVM issuestest-suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions