Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation.
llvm-svn: 229597
This commit is contained in:
@@ -892,7 +892,7 @@ void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn,
|
||||
FD->getCorrespondingUnsizedGlobalDeallocationFunction()) {
|
||||
// Global sized deallocation functions get an implicit weak definition if
|
||||
// they don't have an explicit definition, if allowed.
|
||||
assert(getLangOpts().DefaultSizedDelete &&
|
||||
assert(getLangOpts().DefineSizedDeallocation &&
|
||||
"Can't emit unallowed definition.");
|
||||
EmitSizedDeallocationFunction(*this, UnsizedDealloc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user