dot-asm / cryptogams

CRYPTOGAMS distribution repository
Other
56 stars 16 forks source link

Recognise clang > 9.x #6

Closed levitte closed 4 years ago

levitte commented 4 years ago

Clang now exists in version 10, and isn't properly recognised. A change to a more general regexp works, because the extracted version value is checked further afterwards.

levitte commented 4 years ago

For clarity, those are my changes, same as I did here: https://github.com/openssl/openssl/pull/10855

dot-asm commented 4 years ago

Zooming out a bit, I figured that there are more subtle problems to address, see 85eb2c8. Thanks for heads-up! BTW, Apple compiler is at 11...