diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-01 10:26:16 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-01 10:26:16 +0100 |
commit | 7793692590b08ff05e513ad679df419bed974723 (patch) | |
tree | b958e93d6fbee705bb3e0c58c8ba04baaf8cb1e8 /src | |
parent | 97ba817aa78888b318a76fa278a6fc4454cec1b7 (diff) | |
download | afl++-7793692590b08ff05e513ad679df419bed974723.tar.gz |
debug ci
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-cc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index 5e28ff6f..8b247597 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -51,9 +51,6 @@ #define MAX_PARAMS_NUM 2048 #endif -#undef LLVM_MAJOR -#define LLVM_MAJOR 10 - /** Global declarations -----BEGIN----- **/ typedef enum { @@ -3442,6 +3439,8 @@ int main(int argc, char **argv, char **envp) { mode_final_checkout(aflcc, argc, argv); + printf("DEBUGXXX: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode); + process_params(aflcc, 1, argc, argv); maybe_usage(aflcc, argc, argv); |