mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
add missing filename!
llvm-svn: 98125
This commit is contained in:
parent
ed0b8d36e4
commit
60b9c3a333
@ -2616,6 +2616,8 @@ void DwarfDebug::emitDebugLines() {
|
||||
std::pair<unsigned, unsigned> SrcID =
|
||||
getSourceDirectoryAndFileIds(LineInfo.getSourceID());
|
||||
Asm->OutStreamer.AddComment(Twine(getSourceDirectoryName(SrcID.first)) +
|
||||
"/" +
|
||||
Twine(getSourceFileName(SrcID.second)) +
|
||||
":" + Twine(LineInfo.getLine()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user