[PATCH] D76852: [lld test] Tighten ELF/pre_init_fini_array.s test

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 11:55:25 PDT 2020


MaskRay added a comment.

Thanks for the improvement. This is definitely more robust. llvm-readobj's section/symbol dump is known to be verbose. `llvm-readelf -S -s` is conciser/better. Can you check whether the new FileCheck feature (D60389 <https://reviews.llvm.org/D60389> https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-numeric-substitution-blocks) help with `llvm-readelf -S -s` output?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76852





More information about the llvm-commits mailing list