mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Remove stale comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2f9a2c30d
commit
04de40696b
@ -330,10 +330,6 @@ const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
|
||||
/// allocated file number is returned. The file numbers may be in any order.
|
||||
unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
|
||||
unsigned FileNumber, unsigned CUID) {
|
||||
// TODO: a FileNumber of zero says to use the next available file number.
|
||||
// Note: in GenericAsmParser::ParseDirectiveFile() FileNumber was checked
|
||||
// to not be less than one. This needs to be change to be not less than zero.
|
||||
|
||||
MCDwarfFileTable &Table = MCDwarfFileTablesCUMap[CUID];
|
||||
SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = Table.getMCDwarfFiles();
|
||||
SmallVectorImpl<StringRef>& MCDwarfDirs = Table.getMCDwarfDirs();
|
||||
|
Loading…
Reference in New Issue
Block a user