[all-commits] [llvm/llvm-project] 93331a: [ELF] Support archive:file syntax in input section...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 25 07:57:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 93331a17e8b3d6205efc8f1d4e7a74523f3b7035
https://github.com/llvm/llvm-project/commit/93331a17e8b3d6205efc8f1d4e7a74523f3b7035
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M lld/ELF/LinkerScript.cpp
A lld/test/ELF/linkerscript/input-archive.s
Log Message:
-----------
[ELF] Support archive:file syntax in input section descriptions
Fixes https://bugs.llvm.org/show_bug.cgi?id=44450
https://sourceware.org/binutils/docs/ld/Input-Section-Basics.html#Input-Section-Basics
The following two rules are not implemented.
* `archive:` matches every file in the archive.
* `:file` matches a file not in an archive.
Reviewed By: grimar, ruiu
Differential Revision: https://reviews.llvm.org/D75100
More information about the All-commits
mailing list