mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
fix for llvm 10.0.0
This commit is contained in:
@ -38,6 +38,12 @@
|
||||
#if !defined(LLVM_MAJOR)
|
||||
#define LLVM_MAJOR 0
|
||||
#endif
|
||||
#if (LLVM_MINOR - 0 == 0)
|
||||
#undef LLVM_MINOR
|
||||
#endif
|
||||
#if !defined(LLVM_MINOR)
|
||||
#define LLVM_MINOR 0
|
||||
#endif
|
||||
|
||||
static u8 * obj_path; /* Path to runtime libraries */
|
||||
static u8 **cc_params; /* Parameters passed to the real CC */
|
||||
|
Reference in New Issue
Block a user