Go to file
Jordan Rose 08bf4fd345 CMake: Include Clang unit tests in check-clang target in standalone builds.
Also, remove CLANG_BUILD_TESTS option. It won't have consistent behavior
between standalone and non-standalone builds, so I'm not going to bother
hooking it up for standalone builds. LLVM_BUILD_TESTS will continue to
control unit test inclusion in the "all" target in non-standalone builds.

Finally, fix the default value of CLANG_INCLUDE_TESTS, which was being set
to the boolean value of "LLVM_INCLUDE_TESTS", i.e. OFF, rather than actually
reading the variable ${LLVM_INCLUDE_TESTS}! If you picked up my earlier
commit, YOU WILL HAVE TO MANUALLY SET THIS OPTION BACK ON. My apologies!

Part two of r174691 (allow the unit tests to be built in standalone mode).

llvm-svn: 174698
2013-02-08 07:28:25 +00:00
clang CMake: Include Clang unit tests in check-clang target in standalone builds. 2013-02-08 07:28:25 +00:00
clang-tools-extra Fix for combined loop and nullptr convert tests 2013-02-07 18:49:23 +00:00
compiler-rt tsan: fix suppress_java logic 2013-02-07 17:12:28 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates truncation warnings on Linux 2013-02-07 22:12:02 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld fix segment ordering of elf segments 2013-02-07 20:33:55 +00:00
lldb Added the ability to specify a breakpoint using the GDB '*ADDRESS' format: 2013-02-08 02:54:24 +00:00
llvm Parse the attribute group reference on a function. 2013-02-08 06:32:06 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00