[PATCH] D82852: [ELF][test] Add some additional eh_frame/eh_frame_hdr testing

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 17:55:55 PDT 2020


MaskRay added a comment.

I made a rough check that this does not duplicate existing tests. So the addition is good.



================
Comment at: lld/test/ELF/eh-frame-hdr-comdat.s:16
+
+.section .text.bar,"axG", at progbits,bar,comdat,unique,0
+.global bar
----------------
`,unique,0` is not needed.


================
Comment at: lld/test/ELF/eh-frame-merge.s:6
 
+// Also show that the merging happens when going via a -r link.
+// RUN: ld.lld -r %t.o %t.o -o %t.r.o
----------------
`/// `


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82852





More information about the llvm-commits mailing list