[PATCH] D108016: [lld-macho] Ignore LLVM segments to prevent duplicate syms

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 19:48:27 PDT 2021


MaskRay added inline comments.


================
Comment at: lld/test/MachO/discard-llvm-sections.s:26
+
+# DUP: ld64.lld: error: duplicate symbol: _llvm.foo
+
----------------
The convention is not to add a prefix before `error:` so I dropped it in  f74b70ef57fd038e9e6a781ef5cc72bb9734abe4


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108016



More information about the llvm-commits mailing list