This commit is contained in:
vanhauser-thc
2024-02-01 10:26:16 +01:00
parent 97ba817aa7
commit 7793692590

View File

@ -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);