mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Code review comments.
This commit is contained in:
@@ -1422,7 +1422,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
if (const Arg *A = Args.getLastArg(options::OPT_sanitize_EQ)) {
|
||||
Opts.Sanitize = parseSanitizerArgValues(
|
||||
A, Triple, Diags,
|
||||
/* sanitizerRuntimeLibExists= */[&](const StringRef libName) {
|
||||
/* sanitizerRuntimeLibExists= */[](StringRef libName) {
|
||||
|
||||
// The driver has checked the existence of the library
|
||||
// already.
|
||||
|
||||
Reference in New Issue
Block a user