Skip to content

Commit 4067115

Browse files
authored
[lldb] Log module build remarks to types log too (llvm#84260)
1 parent 2484680 commit 4067115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void StoringDiagnosticConsumer::EndSourceFile() {
183183

184184
bool StoringDiagnosticConsumer::HandleModuleRemark(
185185
const clang::Diagnostic &info) {
186-
Log *log = GetLog(LLDBLog::Expressions);
186+
Log *log = GetLog(LLDBLog::Types | LLDBLog::Expressions);
187187
switch (info.getID()) {
188188
case clang::diag::remark_module_build: {
189189
const auto &module_name = info.getArgStdStr(0);

0 commit comments

Comments
 (0)