MaskRay added inline comments.

================
Comment at: llvm/test/LTO/PowerPC/data-sections-aix.ll:18-19
+
+; CHECK-NOT:              (csect: .data)
+; CHECK:                  00000000 g O .data {{.*}} var
+
----------------
hubert.reinterpretcast wrote:
> Unfortunately (without the change) this would pass even if the line was
> ```
> 00000000 g     O .data (csect: .data)   00000000 var
> ```
> 
You can also replace `{{.*}}` with `[[#%x,]]` if that improves clarify.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129401

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

Reply via email to