Go to file
Fangrui Song abb7484c31 [ELF] Don't create an output section named `/DISCARD/` if it is assigned to the special phdr `NONE`
Fixes the remaining issue of PR41673 after D61186: with `/DISCARD/ { ... } :NONE`,
we may create an output section named `/DISCARD/`.

Note, if an input section is named `/DISCARD/`, ld.bfd discards it but
lld keeps it. It is probably not worth copying this behavior as it is unrealistic.

Reviewed By: ruiu

Differential Revision: https://reviews.llvm.org/D62768

llvm-svn: 362356
2019-06-03 05:34:25 +00:00
clang [coroutines][PR41909] Don't build dependent coroutine statements for generic lambda 2019-06-03 00:47:32 +00:00
clang-tools-extra [clangd] Serialization support for RelationSlab 2019-06-03 05:07:52 +00:00
compiler-rt Attempt to fix test failure for armv8. 2019-05-30 21:58:47 +00:00
debuginfo-tests Move the pybool logic from CMake to Python for simplicity 2019-05-29 21:45:43 +00:00
libclc travis: Add LLVM-8 build 2019-03-27 21:28:31 +00:00
libcxx [libcxx] Use libtool when merging archives on Apple platforms 2019-06-02 01:14:31 +00:00
libcxxabi [libcxx] Use libtool when merging archives on Apple platforms 2019-06-02 01:14:31 +00:00
libunwind [Docs] Modernize references to macOS 2019-05-30 16:46:22 +00:00
lld [ELF] Don't create an output section named `/DISCARD/` if it is assigned to the special phdr `NONE` 2019-06-03 05:34:25 +00:00
lldb [COFF, ARM64] Fix CodeView API change for getRegisterNames 2019-06-03 00:48:16 +00:00
llgo IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
llvm [AVR] Fix incorrect source regclass of LDWRdPtr 2019-06-03 02:31:07 +00:00
openmp Fix OMP_TARGET_OFFLOAD parsing 2019-05-30 18:35:07 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly [ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC. 2019-05-31 19:40:20 +00:00
pstl [pstl] Use OpenMP pragmas with Clang, which supports them 2019-05-30 21:09:19 +00:00
.arcconfig Update monorepo .arcconfig with new project callsign. 2019-01-31 14:34:59 +00:00
.clang-format Add .clang-tidy and .clang-format files to the toplevel of the 2019-01-29 16:43:16 +00:00
.clang-tidy Disable tidy checks with too many hits 2019-02-01 11:20:13 +00:00
.gitignore Add a reduced copy of the llvm .gitignore 2019-04-09 00:52:49 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.