[PATCH] D150675: [AMDGPU] Rewrite device ctor / dtor handling to use .init / .fini sections
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 08:43:47 PDT 2023
yaxunl added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/lower-ctor-dtor-constexpr-alias.ll:1
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -amdgpu-lower-ctor-dtor %s | FileCheck %s
----------------
can we add a check that __init_array_start and __init_array_end are created by lld as expected?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150675/new/
https://reviews.llvm.org/D150675
More information about the llvm-commits
mailing list