Go to file
Brian Gesiak 88f2aa12d9 [CMake] Fix typo: "in-tree" -> "in-source" (NFC)
Summary:
*In-source builds* of LLVM, in which a user invokes `cmake` from within the
LLVM source directory, or invokes `cmake -B/path/to/source/dir/of/llvm`,
are explicitly checked for and disallowed by LLVM's `CMakeLists.txt`.

*In-tree builds*, on the other hand, refer to when the source directories
of projects such as Clang are nested within the `llvm/tools` source
directory. These are not disallowed, and are in fact a common way of
building LLVM and Clang.

Revise the comment to match the logic underneath it: it checks for an
"in-source build", not an "in-tree build".

Reviewers: beanz

Reviewed By: beanz

Subscribers: mgorny

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

llvm-svn: 314348
2017-09-27 21:37:33 +00:00
clang Add support for remembering origins to ExternalASTMerger 2017-09-27 19:57:58 +00:00
clang-tools-extra [clangd] Handle InitializeParams and store rootUri 2017-09-27 15:31:17 +00:00
compiler-rt Revert "Add support for custom loaders to symbolizer" 2017-09-27 21:35:33 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Add missing HAVE_LLVM define to fix build with latest llvm 2017-09-26 23:15:54 +00:00
libcxx [libcxx] [test] Fix unused local typedef warnings. 2017-09-26 23:08:43 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind Skip building unused parts when targeting SJLJ 2017-09-26 08:07:26 +00:00
lld [ELF] - Detemplate of HashTableSection<ELFT> 2017-09-27 09:14:59 +00:00
lldb Update the Objective-C runtime interface code to handle objc objects 2017-09-27 20:56:32 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [CMake] Fix typo: "in-tree" -> "in-source" (NFC) 2017-09-27 21:37:33 +00:00
openmp Remove unnecessary semicolons 2017-09-27 20:36:27 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Allow PHI nodes that reference an error block 2017-09-26 15:00:10 +00:00