[PATCH] D100956: [AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objects

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 12:17:31 PDT 2021


sfertile added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-gd-double.ll:29
 ; SMALL32-NEXT:    lwz 4, L..C1(2)
 ; SMALL32-NEXT:    bla .__tls_get_addr
 ; SMALL32-NEXT:    stfd 1, 0(3)
----------------
This emission of the call instructions to tls_get_addr change because we now create the csect and use the qual-name symbol instead of creating just the external symbol, but we have no test changes that show this behaviour change. We can either update these tests to show the change, or recommit a smaller more focused lit test and show the change with that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100956



More information about the llvm-commits mailing list