We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26640ac commit afe5fdcCopy full SHA for afe5fdc
tools/sil-opt/SILOpt.cpp
@@ -538,8 +538,10 @@ int main(int argc, char **argv) {
538
bool enableLexicalLifetimes =
539
EnableLexicalLifetimes | EnableExperimentalMoveOnly;
540
if (enableLexicalLifetimes && !EnableLexicalBorrowScopes) {
541
- fprintf(stderr, "Error! Cannot specify both -enable-lexical-lifetimes "
542
- "and either -enable-lexical-borrow-scopes=false");
+ fprintf(
+ stderr,
543
+ "Error! Cannot specify both -enable-lexical-borrow-scopes=false and "
544
+ "either -enable-lexical-lifetimes or -enable-experimental-move-only.");
545
exit(-1);
546
}
547
if (enableLexicalLifetimes)
0 commit comments