diff options
Diffstat (limited to 'llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp')
| -rw-r--r-- | llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp b/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp index 88f66cf2093b..613452c0b501 100644 --- a/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp +++ b/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp @@ -182,6 +182,9 @@ Error LVReader::createSplitFolder() { // Get the filename for given object. StringRef LVReader::getFilename(LVObject *Object, size_t Index) const { + // TODO: The current CodeView Reader implementation does not have support + // for multiple compile units. Until we have a proper offset calculation, + // check only in the current compile unit. if (CompileUnits.size()) { // Get Compile Unit for the given object. LVCompileUnits::const_iterator Iter = |
