mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
format
This commit is contained in:
@ -1256,6 +1256,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
|
||||
} else if (strcasecmp(ptr, "LLVMNATIVE") == 0 ||
|
||||
|
||||
strcasecmp(ptr, "NATIVE") == 0 ||
|
||||
strcasecmp(ptr, "LLVM-NATIVE") == 0) {
|
||||
|
||||
compiler_mode = LLVM;
|
||||
@ -1668,8 +1669,8 @@ int main(int argc, char **argv, char **envp) {
|
||||
"of afl-cc.\n\n");
|
||||
|
||||
#if LLVM_MAJOR > 10 || (LLVM_MAJOR == 10 && LLVM_MINOR > 0)
|
||||
#define NATIVE_MSG \
|
||||
" NATIVE: use llvm's native PCGUARD instrumentation (less " \
|
||||
#define NATIVE_MSG \
|
||||
" LLVM-NATIVE: use llvm's native PCGUARD instrumentation (less " \
|
||||
"performant)\n"
|
||||
#else
|
||||
#define NATIVE_MSG ""
|
||||
|
Reference in New Issue
Block a user