mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 02:43:51 +00:00
Remove duplicate set of CompilationDir.
llvm-svn: 189292
This commit is contained in:
parent
9dac1e62ee
commit
1d8d747ec3
@ -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…
x
Reference in New Issue
Block a user