Go to file
Chris Bieneman 6b5851bb4a [CMake] NFC. Add clang-tablegen-targets utility target
By creating this target other projects that depend on clang-generated headers (like LLDB) will no longer be order-dependent on Clang being processed by CMake first.

Also, by creating a dummy of this target in ClangConfig.cmake, projects that can build against out-of-tree clang can freely depend on the target without needing to have conditionals for if clang is in-tree or out-of-tree.

llvm-svn: 309390
2017-07-28 15:33:47 +00:00
clang [CMake] NFC. Add clang-tablegen-targets utility target 2017-07-28 15:33:47 +00:00
clang-tools-extra [clang-tidy] Expand readability-redundant-function-ptr-dereference test 2017-07-28 12:46:08 +00:00
compiler-rt Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16. 2017-07-28 15:00:30 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc add __kernel_exec macros 2017-07-28 03:39:03 +00:00
libcxx [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp. 2017-07-27 21:16:37 +00:00
libcxxabi [demangler] Fix some overzealous -Wreturn-type errors 2017-07-28 01:35:14 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld [ELF] - Cleanup MapFile.cpp. NFC. 2017-07-28 11:13:21 +00:00
lldb XFAIL/XFlakey some tests what become very flakey on the Linux buildbot 2017-07-27 12:01: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] NFC. Add intrinsics_gen target to CMake Exports 2017-07-28 15:33:35 +00:00
openmp Fix implementation of OMP_THREAD_LIMIT 2017-07-27 20:58:41 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [PPCGCodeGeneration] Check that invariant load hoisting succeeded. 2017-07-28 14:48:32 +00:00