[PATCH] D131432: [Thumb] Baseline test for incorrect relocation with -ffunction-sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 16:54:56 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/CodeGen/ARM/thumb-function-section-reloc.ll:51
+
+define dso_local void @_ZdlPv(i8* %ptr) local_unnamed_addr nounwind "target-features"="+armv7-a,+thumb-mode" {
+; CHECK-LABEL: .section .text._ZdlPv,"ax",%progbits
----------------
switch to opaque pointers (`ptr`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131432/new/
https://reviews.llvm.org/D131432
More information about the llvm-commits
mailing list