Go to file
Petr Hosek 41bfed13ca [CMake][runtimes] Don't passthrough prefixes for non-default targets
The passthrough is useful for setting up the options for the default
build, but we already have a different mechanism to pass CMake flags
to builds for builtins and runtimes targets so this is not really
needed there. Furthermore, when the flags are set for the default
build, with the prefix passthrough set we have to explicitly override
all options in other targets which can be cumbersome.

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

llvm-svn: 318571
2017-11-17 23:51:53 +00:00
clang [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-17 23:43:46 +00:00
clang-tools-extra [clangd] Release the old preamble before building a new one. 2017-11-17 19:05:56 +00:00
compiler-rt Enable PDB generation with lld in asan and cfi tests on Windows. 2017-11-17 19:49:41 +00:00
debuginfo-tests Re-revert "Refactor debuginfo-tests" 2017-11-17 00:41:18 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Mark free functions size/empty/data conditionally noexcept. 2017-11-16 17:55:41 +00:00
libcxxabi [libcxxabi][CMake] Provide option to disable installing of the library 2017-11-17 23:25:09 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld Don't use llvm/Config/config.h. 2017-11-17 21:40:38 +00:00
lldb [lldb] Ensure that dwo/dwp are not double-indexed 2017-11-17 20:50:54 +00:00
llgo
llvm [CMake][runtimes] Don't passthrough prefixes for non-default targets 2017-11-17 23:51:53 +00:00
openmp [OMPT] Fix inaccuracies in worksharing tests 2017-11-17 15:26:44 +00:00
parallel-libs
polly [NFC] Make r318597 compatible with clang-format 2017-11-17 22:05:19 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

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.