Go to file
Dan Albert e4dd75a9cb [Driver] Default to `-z now` and `-z relro` on Android.
Summary:
RTLD_LAZY is not supported on Android (though failing to use `-z now`
will work since it is assumed by the loader).

RelRO is required.

Reviewers: srhines, pirama

Reviewed By: srhines

Subscribers: cfe-commits

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

llvm-svn: 344295
2018-10-11 20:57:54 +00:00
clang [Driver] Default to `-z now` and `-z relro` on Android. 2018-10-11 20:57:54 +00:00
clang-tools-extra [clang-move] Remove clang:: qualifier 2018-10-11 16:09:26 +00:00
compiler-rt [hwasan] relax a test 2018-10-11 20:29:00 +00:00
debuginfo-tests
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx Revert commit r344254; does not work with C++03 2018-10-11 17:28:57 +00:00
libcxxabi Use C++03 friendly version of alignof 2018-10-11 03:01:14 +00:00
libunwind [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. 2018-10-08 18:35:00 +00:00
lld Rename SymbolTable::addRegular -> SymbolTable::addDefined. 2018-10-11 20:43:01 +00:00
lldb Revert SymbolFileNativePDB plugin. 2018-10-11 18:45:44 +00:00
llgo
llvm [X86] Type legalize v2f32 loads by using an f64 load and a scalar_to_vector. 2018-10-11 20:36:06 +00:00
openmp [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere 2018-10-05 17:59:39 +00:00
parallel-libs
polly [IslAst] Fix InParallelFor nesting. 2018-09-27 13:39:37 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

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