[PATCH] D29203: Change debug-info-for-profiling from a TargetOption to a function attribute.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 14:17:16 PST 2017


probinson added inline comments.


================
Comment at: test/DebugInfo/Inputs/gmlt_profiling.ll:7
+; decl_line of the subprogram.
+; CHECK-NOT: DW_TAG
+; CHECK-NEXT: DW_AT_decl_file
----------------
The CHECK-NOT needs to go before DW_AT_name.
You are using CHECK-NEXT to guarantee that decl_file and decl_line are in the same tag as DW_AT_name.


https://reviews.llvm.org/D29203





More information about the llvm-commits mailing list