Skip to content

Conversation

@ocean1
Copy link

@ocean1 ocean1 commented Mar 11, 2024

As described in title, support parsing "rc" llvm minor versions that the makefile currently fails to parse.

Thanks,
D.

@vanhauser-thc
Copy link
Member

is this enough or does it need 's/rc.*//' ?

@ocean1
Copy link
Author

ocean1 commented Mar 12, 2024

You are right! There are "rcX" versions too, it requires s/rc.*// or s/rc[0-9]*// (pushed a change with the first one).
Thanks!

@vanhauser-thc
Copy link
Member

Thanks!

@vanhauser-thc vanhauser-thc merged commit 93c7a42 into AFLplusplus:dev Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants