mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +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
|
} // namespace
|
||||||
|
|
||||||
#if 1
|
#if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */
|
||||||
|
|
||||||
|
|
||||||
extern "C" ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK
|
extern "C" ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK
|
||||||
llvmGetPassPluginInfo() {
|
llvmGetPassPluginInfo() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user