Adapt LLDB for D120540.

In https://reviews.llvm.org/D120540 the -fcxx-modules flag changed
semantics and specifying it explicitly seems to no longer be what we
want here.
This commit is contained in:
Adrian Prantl 2022-05-31 13:54:58 -07:00
parent 36c1183c78
commit ca73de4374
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ ClangModulesDeclVendor::Create(Target &target) {
"clang",
"-fmodules",
"-fimplicit-module-maps",
"-fcxx-modules",
"-fsyntax-only",
"-femit-all-decls",
"-target",