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
Fix version string handling in compilers.py to work with monorepo builds
We should never have a case where we have separate LLVM + clang commit hashes
at this point.
Remove the code from compilers.py that supports separate revisions. It is no
longer correct to have this code, and it can prevent LNT from picking up the
monorepo revision.
Update testcases to reflect this.
0 commit comments