You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in RFC: Enabling the Lit Internal Shell by Default, we are in the process of turning on lit's internal shell across all LLVM test suites. We have been turning on the internal shell for each test suite one-by-one as we resolve bugs with the internal shell.
As of now, our strategy for doing so is to edit the lit configs for each test suite with the following lines:
However, there should eventually be a way to enable the internal shell for the entire project without having to insert the above lines separately for each test suite. This issue was brought up in this comment: #106458 (review).
#102704 tracks the current status of being able to turn on the internal shell by default, and can serve as an indicator for when this issue can be addressed.
The text was updated successfully, but these errors were encountered:
As mentioned in RFC: Enabling the Lit Internal Shell by Default, we are in the process of turning on lit's internal shell across all LLVM test suites. We have been turning on the internal shell for each test suite one-by-one as we resolve bugs with the internal shell.
As of now, our strategy for doing so is to edit the lit configs for each test suite with the following lines:
However, there should eventually be a way to enable the internal shell for the entire project without having to insert the above lines separately for each test suite. This issue was brought up in this comment: #106458 (review).
#102704 tracks the current status of being able to turn on the internal shell by default, and can serve as an indicator for when this issue can be addressed.
The text was updated successfully, but these errors were encountered: