zequanwu marked an inline comment as done.
zequanwu added inline comments.

================
Comment at: compiler-rt/test/profile/coverage_comments.cpp:9
+    int y = 0; /* comment */           // CHECK:  [[# @LINE]]| 1|  int y = 0; 
/* comment */
+    int z = 0; // comment              // CHECK:  [[# @LINE]]| 1|  int z = 0; 
// comment
+    // comment                         // CHECK:  [[# @LINE]]|  |  // comment
----------------
MaskRay wrote:
> I think you can just use `CHECK-NEXT:` for each line and remove duplicated 
> code on the right side. See some recent `gcov-*` tests I added.
Thanks, I removed the duplicated code when fixed a coverage test failure.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83592/new/

https://reviews.llvm.org/D83592



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to