[PATCH] D104594: [lld/mac] Give __DATA,__thread_ptrs type S_THREAD_LOCAL_VARIABLE_POINTERS

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 19 09:41:13 PDT 2021


int3 accepted this revision.
int3 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/test/MachO/tlv-dylib.s:29
 
+# RUN: llvm-otool -lv %t/test | FileCheck --check-prefix=FLAGS %s
+# FLAGS:       sectname __got
----------------
personally I would have put this check under section-headers.s (esp since the GOT isn't relevant to tlv-dylib.s) but I suppose it doesn't matter too much


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

https://reviews.llvm.org/D104594



More information about the llvm-commits mailing list