[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
Wed Jul 1 17:18:22 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.

Thanks!



================
Comment at: lld/test/ELF/eh-frame-type.test:8
+# RUN: llvm-readobj -S %t2 | FileCheck %s
 
 # CHECK:      Name: .eh_frame
----------------
Might be good adding another test `ld.lld %t1.o %t2.o` - check the two types can be mixed (clang assembled .o and GNU as assembled .o can be mixed)

Context: D76151


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