[PATCH] D83252: [XCOFF] Enable symbol alias for AIX
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 07:58:49 PDT 2020
Xiangling_L accepted this revision.
Xiangling_L added a comment.
LGTM with minor nit.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-alias.ll:19
+
+ at array = global [2 x i32] [i32 1, i32 2], align 4
+ at x = global i32* bitcast (i8* getelementptr (i8, i8* bitcast ([2 x i32]* @array to i8*), i64 4) to i32*), align 4
----------------
Remove `align 4` on #19 and #20?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83252/new/
https://reviews.llvm.org/D83252
More information about the llvm-commits
mailing list