[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:23 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/eh-frame-hdr-comdat.s:3
+
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
+# RUN: ld.lld %t %t -o %t2 --eh-frame-hdr
----------------
`-unknown-linux` can be omitted (we are testing generic ELF behavior, not specific to Linux)


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