[PATCH] D101178: [XCOFF][AIX] Add Global Variables Directly to TOC for 32 bit AIX

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 05:50:46 PDT 2021


sfertile added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/toc-data.ll:3
+; RUN:     -stop-before=ppc-ctr-loops-verify | FileCheck %s
+
+ at i = dso_local global i32 0, align 4 #0
----------------
Add a run step which compiles to assembly, and the associated checks.


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

https://reviews.llvm.org/D101178



More information about the llvm-commits mailing list