"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "77927cc33c09de292aed3cfc15916d2ae13ad884"
DWARF: Skip zero column for inline call sites
D64033 <https://reviews.llvm.org/D64033> added DW_AT_call_column for inline sites. However, that change wasn't aware of "-gno-column-info". To avoid adding column info when "-gno-column-info" is used, now DW_AT_call_column is only added when we have non-zero column (when "-gno-column-info" is used, column will be zero). Patch by Wenlei He! Differential Revision: https://reviews.llvm.org/D64784 llvm-svn: 366264
Loading
Please register or sign in to comment