Adapt LLDB for D120540.
authorAdrian Prantl <aprantl@apple.com>
Tue, 31 May 2022 20:54:58 +0000 (13:54 -0700)
committerAdrian Prantl <aprantl@apple.com>
Tue, 31 May 2022 23:56:37 +0000 (16:56 -0700)
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.

lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp

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