[PATCH] D149340: [AMDGPU] Place global constructors in .init_array and .fini_array

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 06:55:58 PDT 2023


yaxunl added a comment.

I am curious how other targets handle @llvm.global_ctors. Is there some generic LLVM pass to change them to .init_array ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149340



More information about the llvm-commits mailing list