mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove duplicate set of CompilationDir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b87895a6c
commit
4c65ab79a7
@ -2687,7 +2687,6 @@ void DwarfDebug::emitDebugInlineInfo() {
|
||||
// DW_AT_low_pc and DW_AT_high_pc are not used, and vice versa.
|
||||
CompileUnit *DwarfDebug::constructSkeletonCU(const MDNode *N) {
|
||||
DICompileUnit DIUnit(N);
|
||||
CompilationDir = DIUnit.getDirectory();
|
||||
|
||||
DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
|
||||
CompileUnit *NewCU =
|
||||
|
Loading…
Reference in New Issue
Block a user