diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-09-16 13:07:02 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-09-16 13:07:02 +0000 |
commit | 4906c7f5c4a8750becab20f72776bb373acd5d2c (patch) | |
tree | 0d2c4e333413112276fb4bde8229dd0b0fce21cd /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | b532360dd6bbdaf3b7fcd5f53647984600967a80 (diff) | |
download | llvm-4906c7f5c4a8750becab20f72776bb373acd5d2c.zip llvm-4906c7f5c4a8750becab20f72776bb373acd5d2c.tar.gz llvm-4906c7f5c4a8750becab20f72776bb373acd5d2c.tar.bz2 |
[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of a input section description.
This is PR30387:
From PR description:
We fail to parse
SECTIONS
{
foo :
{
*(sec0 EXCLUDE_FILE (zed1.o) sec1 EXCLUDE_FILE (zed2.o) sec2 )
}
}
The semantics according to bfd are:
Include sec1 from every file but zed1.o
Include sec2 from every file but zed2.o
Include sec0 from every file
Patch implements the support.
Differential revision: https://reviews.llvm.org/D24650
llvm-svn: 281721
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions