aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorMartell Malone <martellmalone@gmail.com>2018-12-04 12:37:56 +0000
committerMartell Malone <martellmalone@gmail.com>2018-12-04 12:37:56 +0000
commit15b6c453b82ad46ef6f4389ceb941e60e5675106 (patch)
tree1aba0474788455d379461f83b64a0f41ee6f1b9c /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent7925d58eae67fccbd9db015de5a8e85d713e1b01 (diff)
downloadllvm-15b6c453b82ad46ef6f4389ceb941e60e5675106.zip
llvm-15b6c453b82ad46ef6f4389ceb941e60e5675106.tar.gz
llvm-15b6c453b82ad46ef6f4389ceb941e60e5675106.tar.bz2
[ELF] Allow discarding of .rela.plt
When linking the linux kernel on ppc64le ld.lld -EL -m elf64lppc -Bstatic --orphan-handling=warn --build-id -o .tmp_vmlinux1 -T ./arch/powerpc/kernel/vmlinux.lds --whole-archive built-in.a --no-whole-archive --start-group lib/lib.a --end-group ld.lld: error: discarding .rela.plt section is not allowed The linker script discards with the following matches *(.glink .iplt .plt .rela* .comment) Differential Revision: https://reviews.llvm.org/D54871 llvm-svn: 348258
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions