Fix recognizing newer OpenSUSE versions that combine the two version
components into 'VERSION = x.y'. The check was written against an older
version that kept those two split as VERSION and PATCHLEVEL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The test case is included in D25869 — that's how I noticed it being broken ;-). My original intent was to commit the refactor, then this fix, then the test case. I can move the failing test case here if you insist but I think that's just an unnecessary work.
Comment Actions
Ok, seems reasonable. If there are any additional fixes you find out before committing the other one, please include the test in the patch instead. Thanks!
LGTM