Skip to content

Commit 45bde4e

Browse files
committed
fixup! add TODO
1 parent b1a3870 commit 45bde4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Expression/IRExecutionUnit.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,9 @@ lldb::addr_t IRExecutionUnit::FindSymbol(lldb_private::ConstString name,
968968
}
969969
}
970970

971+
// TODO: now with function call labels, do we still need to
972+
// generate alternate manglings?
973+
971974
std::vector<ConstString> candidate_C_names;
972975
std::vector<ConstString> candidate_CPlusPlus_names;
973976

0 commit comments

Comments
 (0)