[PATCH] D75305: [AIX] Handle LinkOnceODRLinkage and llvm.global_ctors/dtors' AppendingLinkage
Steven Wan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 09:30:11 PST 2020
stevewan added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll:22
+; CHECK-NOT: llvm.global_dtors
+; CHECK-NOT: Should never emit it.
----------------
As a reminder, if you are to change `llvm_unreachable("Should never emit it.");` to something else, this check will need to be updated as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75305/new/
https://reviews.llvm.org/D75305
More information about the llvm-commits
mailing list