forked from OSchip/llvm-project
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:
parent
36c1183c78
commit
ca73de4374
|
@ -604,7 +604,6 @@ ClangModulesDeclVendor::Create(Target &target) {
|
|||
"clang",
|
||||
"-fmodules",
|
||||
"-fimplicit-module-maps",
|
||||
"-fcxx-modules",
|
||||
"-fsyntax-only",
|
||||
"-femit-all-decls",
|
||||
"-target",
|
||||
|
|
Loading…
Reference in New Issue