Summary
Some LITTEST cases still keep empty out.ll placeholder files even though their real IR checks already live in inline // CHECK... directives.
These placeholder files do not seem to carry useful test signal anymore, but they do create unnecessary PR noise and merge conflicts because they show up as large
whole-file diffs when a branch accidentally regenerates them.
Affected files
cl/_testgo/cursor/out.ll
cl/_testgo/reader/out.ll
cl/_testgo/reflect/out.ll
cl/_testgo/reflectmk/out.ll
cl/_testrt/builtin/out.ll
Suggestion
- Remove these empty
out.ll placeholders.
That would make the test layout more consistent with the current LITTEST model and reduce avoidable diff churn.
Summary
Some
LITTESTcases still keep emptyout.llplaceholder files even though their real IR checks already live in inline// CHECK...directives.These placeholder files do not seem to carry useful test signal anymore, but they do create unnecessary PR noise and merge conflicts because they show up as large
whole-file diffs when a branch accidentally regenerates them.
Affected files
cl/_testgo/cursor/out.llcl/_testgo/reader/out.llcl/_testgo/reflect/out.llcl/_testgo/reflectmk/out.llcl/_testrt/builtin/out.llSuggestion
out.llplaceholders.That would make the test layout more consistent with the current
LITTESTmodel and reduce avoidable diff churn.