mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
remove MaybeAlign
This commit is contained in:
parent
38b14c5c44
commit
26e45e41ed
@ -378,7 +378,7 @@ bool AFLLTOPass::runOnModule(Module &M) {
|
||||
M, Int32Ty, true, GlobalValue::ExternalLinkage, 0, "__afl_final_loc", 0,
|
||||
GlobalVariable::GeneralDynamicTLSModel, 0, false);
|
||||
ConstantInt *const_loc = ConstantInt::get(Int32Ty, afl_global_id);
|
||||
AFLFinalLoc->setAlignment(MaybeAlign(4));
|
||||
AFLFinalLoc->setAlignment(4);
|
||||
AFLFinalLoc->setInitializer(const_loc);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user