mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
fix compilation for llvm 10.0
This commit is contained in:
parent
0373628adf
commit
42c677aa7b
@ -262,7 +262,8 @@ class ModuleSanitizerCoverageLegacyPass : public ModulePass {
|
||||
|
||||
} // namespace
|
||||
|
||||
#if 1
|
||||
#if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */
|
||||
|
||||
|
||||
extern "C" ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK
|
||||
llvmGetPassPluginInfo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user