Go to file
Jordan Rose 31c5b7b696 [CMake] Move -stdlib=libc++ handling into its own file.
r200744 moved this into cmake/config-ix.cmake, so that it would happen very
early in the build process. However, standalone builds of Clang and other
external projects never include this file (which is correct).

Now, -stdlib=libc++ and the LLVM_COMPILER_IS_GCC_COMPATIBLE option are
both set in a new include file, HandleLLVMStdlib, which is included by
both config-ix.cmake and HandleLLVMOptions.cmake. This preserves existing
behavior for projects relying on HandleLLVMOptions and still does the
right thing for builds of LLVM itself.

llvm-svn: 200811
2014-02-05 00:02:37 +00:00
clang Tighten lax vector-conversion rules and enforce them consistently. 2014-02-04 23:58:19 +00:00
clang-tools-extra Fix crash when handling an argument parsing-related warning. 2014-02-03 15:55:35 +00:00
compiler-rt [ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_region 2014-02-04 23:54:26 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Updated README.TXT with information about using DESTDIR and building with Ninja. 2014-01-29 20:03:28 +00:00
libcxx Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value. This enables this test to pass on andriod arm. 2014-02-04 19:51:48 +00:00
libcxxabi [libunwind] remove stray conditional 2014-01-30 00:27:16 +00:00
lld [Mips] In case of executable file linking MIPS ABI requires to add even 2014-02-03 20:10:40 +00:00
lldb Update URL for OS X buildbot 2014-02-04 21:59:03 +00:00
llvm [CMake] Move -stdlib=libc++ handling into its own file. 2014-02-05 00:02:37 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00