Go to file
Stephen Hines e8c3c5fe5d Add --strip-all option back to llvm-strip.
Summary:
This option appears to have been dropped as part of the refactoring in
r331663. Unfortunately, if we want to use llvm-strip as a drop-in
replacement for strip, this option should still be available.

Reviewers: alexshap

Reviewed By: alexshap

Subscribers: meikeb, kongyi, chh, jakehehrlich, llvm-commits, pirama

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

llvm-svn: 336921
2018-07-12 17:42:17 +00:00
clang Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts" 2018-07-12 17:38:48 +00:00
clang-tools-extra [clang-tidy/ObjC] Add SQL to list of acronyms 2018-07-12 17:32:55 +00:00
compiler-rt [CMake] Remove unnecesary list of source files for Xray unit tests. 2018-07-12 13:48:18 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. 2018-07-12 02:55:01 +00:00
libcxxabi [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
libunwind [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
lld [ELF] - Simplify code. NFC. 2018-07-12 08:33:02 +00:00
lldb Restructure the minidump loading path and add early & explicit consistency checks 2018-07-12 17:27:18 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Add --strip-all option back to llvm-strip. 2018-07-12 17:42:17 +00:00
openmp [OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops. 2018-07-12 15:18:28 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [Docs] Fix generation of manpages. 2018-07-09 20:26:11 +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.