[PATCH] D11933: Extending debug ranges

Vikram TV via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 10:10:50 PST 2015


tvvikram added inline comments.

================
Comment at: test/DebugInfo/X86/sret.ll:7
@@ -8,1 +6,3 @@
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] ([[ADDR:0x[0-9a-z]*]])
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] ([[ADDR]])
 
----------------
aprantl wrote:
> I believe, we actually want the dwo_id to be hardcoded in this one testcase, because it forces us to think why the hash changed, when it changed.
> 
I had noticed that the id had changed in one of previous patches. Fortunately, the id getting generated now is same as in trunk. So I have reverted this change in this patch.


http://reviews.llvm.org/D11933





More information about the llvm-commits mailing list