Skip to content

Commit bdf4627

Browse files
authored
[lldb] Log module build remarks to types log too (llvm#84260) (#8381)
(cherry picked from commit 4067115)
1 parent b7ab938 commit bdf4627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void StoringDiagnosticConsumer::EndSourceFile() {
191191

192192
bool StoringDiagnosticConsumer::HandleModuleRemark(
193193
const clang::Diagnostic &info) {
194-
Log *log = GetLog(LLDBLog::Expressions);
194+
Log *log = GetLog(LLDBLog::Types | LLDBLog::Expressions);
195195
switch (info.getID()) {
196196
case clang::diag::remark_module_build: {
197197
const auto &module_name = info.getArgStdStr(0);

0 commit comments

Comments
 (0)