Author: Adrian Prantl Date: 2022-06-01T10:33:53-07:00 New Revision: 62b448217595c33788693f4b682ea5a84d9e2005
URL: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005 DIFF: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005.diff LOG: Revert "Adapt LLDB for D120540." This reverts commit ca73de43744503a557b1f3709c0ff4751798702f. That patch was just hiding the problem, instead of fixing it. 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 a75671049f61d..38dd55bc76d36 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp @@ -604,6 +604,7 @@ ClangModulesDeclVendor::Create(Target &target) { "clang", "-fmodules", "-fimplicit-module-maps", + "-fcxx-modules", "-fsyntax-only", "-femit-all-decls", "-target", _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits