Go to file
Haojian Wu 06098849c6 Build clang-headers when building clang tools.
Summary:
clang tools require clang headers to work on real project, e.g. when we
build clangd via `ninja clangd`, we expect the binary can run on
real-world project (without running another command `ninja clang-headers`).

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: mgorny, ilya-biryukov, ioeric, kadircet, cfe-commits

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

llvm-svn: 343459
2018-10-01 12:16:38 +00:00
clang Build clang-headers when building clang tools. 2018-10-01 12:16:38 +00:00
clang-tools-extra [clangd] Query dex index using query-style trigrams, not identifier-style trigrams 2018-10-01 10:42:51 +00:00
compiler-rt Switch sanitizer_procmaps_bsd to internal_sysctl 2018-09-29 07:45:03 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx Attempt to fix aligned allocation configuration under clang-cl 2018-10-01 04:08:06 +00:00
libcxxabi Update docs to reference new libc++ mailing lists. 2018-09-22 19:52:12 +00:00
libunwind Reverting r342895 2018-09-24 16:36:33 +00:00
lld Fix typo in LLD man page 2018-10-01 09:57:20 +00:00
lldb Fix NetBSD build for r343409 2018-09-30 16:12:09 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Revert r343407 "[InstCombine] try to convert vector insert+extract to trunc" 2018-10-01 12:07:45 +00:00
openmp [libomptarget-nvptx] Align data sharing stack 2018-09-30 09:23:21 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
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.