Go to file
George Karpenkov 50dd3fe903 [sanitizers] Sanitizer tests CMake clean up: try #2
This patch addresses two issues:

Most of the time, hacks with `if/else` in order to get support for
multi-configuration builds are superfluous.
The variable `CMAKE_CFG_INTDIR` was created precisely for this purpose: it
expands to `.`  on all single-configuration builds, and to a configuration
name otherwise.
The `if/else` hacks for the library name generation should also not be
done, as CMake has `TARGET_FILE` generator expression precisely for this
purpose, as it expands to the exact filename of the resulting target.

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

llvm-svn: 309341
2017-07-28 00:50:56 +00:00
clang [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table 2017-07-28 00:10:10 +00:00
clang-tools-extra [clangd] Don't reverse priorities of completion items. 2017-07-27 17:43:07 +00:00
compiler-rt [sanitizers] Sanitizer tests CMake clean up: try #2 2017-07-28 00:50:56 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +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] Use an AST to represent demangled names 2017-07-28 00:43:49 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld Add a test. 2017-07-27 22:08:11 +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 [sanitizer-coverage] rename sanitizer-coverage-create-pc-table into sanitizer-coverage-pc-table and add plumbing for a clang flag 2017-07-28 00:09:29 +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 Tiny docs fix 2017-07-27 18:14:00 +00:00