[PATCH] D125095: [Clang][AIX] Add .ref in frontend for AIX XCOFF to support `-bcdtors:csect` linker option
Ting Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 17:59:28 PST 2023
tingwang added a comment.
Currently this patch does not work due to limit set on associated metadata operand count (forced to be single operand).
commit 87f2e9448e82bbed4ac59bb61bea03256aa5f4de
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Mon Jan 9 12:17:38 2023 -0500
Verifier: Add checks for associated metadata
Also add missing assembler test for the valid cases.
I'm working on a patch to relieve this limit for TT.isOSAIX(), and will add that to the stack later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125095/new/
https://reviews.llvm.org/D125095
More information about the cfe-commits
mailing list