mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 14:19:02 +00:00
debug ci
This commit is contained in:
@ -51,9 +51,6 @@
|
|||||||
#define MAX_PARAMS_NUM 2048
|
#define MAX_PARAMS_NUM 2048
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef LLVM_MAJOR
|
|
||||||
#define LLVM_MAJOR 10
|
|
||||||
|
|
||||||
/** Global declarations -----BEGIN----- **/
|
/** Global declarations -----BEGIN----- **/
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@ -3442,6 +3439,8 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
|
|
||||||
mode_final_checkout(aflcc, argc, argv);
|
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);
|
process_params(aflcc, 1, argc, argv);
|
||||||
|
|
||||||
maybe_usage(aflcc, argc, argv);
|
maybe_usage(aflcc, argc, argv);
|
||||||
|
Reference in New Issue
Block a user