mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
allow llvm_instrument native
This commit is contained in:
parent
d5e3223f03
commit
dd736126dc
@ -1838,7 +1838,8 @@ int main(int argc, char **argv, char **envp) {
|
||||
}
|
||||
|
||||
if (strncasecmp(ptr2, "llvmnative", strlen("llvmnative")) == 0 ||
|
||||
strncasecmp(ptr2, "llvm-native", strlen("llvm-native")) == 0) {
|
||||
strncasecmp(ptr2, "llvm-native", strlen("llvm-native")) == 0 ||
|
||||
strncasecmp(ptr2, "native", strlen("native")) == 0) {
|
||||
|
||||
if (!instrument_mode || instrument_mode == INSTRUMENT_LLVMNATIVE)
|
||||
instrument_mode = INSTRUMENT_LLVMNATIVE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user