[PATCH] D98946: [AIX][TLS] Add support for TLS variables to XCOFF object writer

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 08:02:35 PDT 2021


DiggerLin added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-xcoff-variables-data-sect-off.ll:4
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff -data-sections=false -filetype=obj -o %t.o < %s
+; RUN: llvm-readobj --section-headers --file-header %t.o | \
+; RUN: FileCheck --check-prefix=OBJ %s
----------------
maybe wo do not need to test file-header here  , it already test in other patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98946



More information about the llvm-commits mailing list