forked from OSchip/llvm-project
Reformatting accidentally left out of r219057
llvm-svn: 219059
This commit is contained in:
parent
14499a7d68
commit
8945219dc9
|
@ -50,7 +50,8 @@ void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
|
||||||
: new (DIEValueAllocator) DIEInteger(0));
|
: new (DIEValueAllocator) DIEInteger(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
|
unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
|
||||||
|
StringRef DirName) {
|
||||||
// If we print assembly, we can't separate .file entries according to
|
// If we print assembly, we can't separate .file entries according to
|
||||||
// compile units. Thus all files will belong to the default compile unit.
|
// compile units. Thus all files will belong to the default compile unit.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue