[PATCH] D83875: [XCOFF][AIX] Enable -ffunction-sections
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 27 14:05:44 PDT 2020
Xiangling_L added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-funcsect.ll:15
+
+define hidden void @hidden_foo() {
+entry:
----------------
Just a question here, why would we want to test `hidden_foo` and `static_overalign_foo`? I didn't see anything special about them when handling `-ffunction-sections` options.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83875/new/
https://reviews.llvm.org/D83875
More information about the llvm-commits
mailing list