"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0643f902be09bfd64714dcc3dd4953523b0a8328"
Debug Info: instead of calling addToContextOwner which constructs the context
after the DIE creation, we construct the context first. This touches creation of namespaces and global variables. The purpose is to handle all DIE creations similarly: constructs the context first, then creates the DIE and immediately adds the DIE to its parent. We use createAndAddDIE to wrap around "new DIE(". llvm-svn: 193589
Loading
Please register or sign in to comment