[PATCH] D37031: Handle full path and archive library names in section placement rules

Mike Stump via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 13:59:26 PDT 2018


MikeStump added a comment.
Herald added subscribers: llvm-commits, arichardson.
Herald added a reviewer: espindola.

The GNU ld documentation says that patterns are archive:file in:

  https://sourceware.org/binutils/docs/ld/Input-Section-Basics.html#Input-Section-Basics

and this patch doesn't use the : spelling, so archive:file doesn't work.  If archive:file is used, then one could use archive:file in the patterns as documented.


Repository:
  rL LLVM

https://reviews.llvm.org/D37031





More information about the llvm-commits mailing list