[PATCH] D107322: [llvm-ar] Fix for handling thin archive with SYM64 and a test case for it

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 14:27:50 PDT 2021


MaskRay added a comment.

LG



================
Comment at: llvm/test/Object/archive-symtab.test:55
+# RUN: env SYM64_THRESHOLD=0 llvm-ar crTs %t.a %t.elf-x86-64 %t2.elf-x86-64
+# RUN: llvm-nm -M  %t.a | FileCheck %s
+# RUN: grep '/SYM64/' %t.a
----------------
-M => --print-armap

-M was inappropriately added when -s was taken by Darwin nm. -M will be removed and should not be used.


================
Comment at: llvm/test/Object/archive-symtab.test:68
 
+
 # CHECK: Archive map
----------------
drop unrelated change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107322



More information about the llvm-commits mailing list