Skip to content

Conversation

@fanquake
Copy link
Contributor

@fanquake fanquake commented Jun 6, 2023

Adjust version check to only warn for LLVM 17.x and newer, which are the development versions. Otherwise we'll get:

make LLVM_CONFIG=llvm-config-15 CC=clang-15 CXX=clang++-15
<snip>
GNUmakefile.llvm:69: you are using an in-development llvm version - this might break llvm_mode!

for versions that are supported, and not in development.

Adjust version check to only warn for LLVM 17.x and newer, which are the
development versions. Otherwise we'll get:
```bash
make LLVM_CONFIG=llvm-config-15 CC=clang-15 CXX=clang++-15
<snip>
GNUmakefile.llvm:69: you are using an in-development llvm version - this might break llvm_mode!
```

for versions that are supported, and not in development.
@vanhauser-thc
Copy link
Member

yeah true, thanks!

@vanhauser-thc vanhauser-thc merged commit 2f6b54e into AFLplusplus:dev Jun 6, 2023
@fanquake fanquake deleted the development_llvm branch June 6, 2023 14:51
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