Author: Adrian Prantl Date: 2022-05-31T16:56:37-07:00 New Revision: ca73de43744503a557b1f3709c0ff4751798702f
URL: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f DIFF: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f.diff LOG: 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. Added: Modified: lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp Removed: ################################################################################ diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp index 38dd55bc76d36..a75671049f61d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp @@ -604,7 +604,6 @@ ClangModulesDeclVendor::Create(Target &target) { "clang", "-fmodules", "-fimplicit-module-maps", - "-fcxx-modules", "-fsyntax-only", "-femit-all-decls", "-target", _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
