[PATCH] D129401: [libLTO] Set data-sections by default in libLTO.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 17:04:47 PDT 2022


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



More information about the cfe-commits mailing list