llvm with tablegen backend for capstone disassembler
Go to file
Chris Bieneman f17227a1da [CMake] Be more consistent about naming targets and components
Summary:
The point of this patch is to have a consistent convention for naming build, check and install targets so that the targets can be constructed from the project name.

This change renames a bunch of CMake components and targets from libcxx to cxx. For each renamed target I've added a convenience target that matches the old target name and depends on the new target. This will preserve function of the old targets so that the change doesn't break the world. We can evaluate if it is worth removing the extra targets later.

Reviewers: EricWF

Subscribers: cfe-commits

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

llvm-svn: 279675
2016-08-24 22:17:06 +00:00
clang [Order Files] On Darwin use DTrace's oneshot probe 2016-08-24 22:09:46 +00:00
clang-tools-extra [clang-tidy misc-move-const-arg] more specific messages + suggest alternative solution 2016-08-24 21:23:24 +00:00
compiler-rt [lsan] give a test a bit more stack -- it started failing after r279664 on the debian bot, hopefully this is a fix. 2016-08-24 22:10:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc amdgcn: Also correct get_local_size type for HSA 2016-08-24 19:11:52 +00:00
libcxx [CMake] Be more consistent about naming targets and components 2016-08-24 22:17:06 +00:00
libcxxabi Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX 2016-08-16 03:44:55 +00:00
libunwind EHABI: cover switch once more 2016-08-18 23:59:12 +00:00
lld fix typo "varaibles" 2016-08-24 16:36:41 +00:00
lldb fix darwin_log test errors on macOS < 10.12 2016-08-24 21:40:29 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm CodeGen: If Convert blocks that would form a diamond when tail-merged. 2016-08-24 21:34:27 +00:00
openmp cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done 2016-08-17 18:18:21 +00:00
parallel-libs [StreamExecutor] Rename Executor to Device 2016-08-24 21:31:53 +00:00
polly Add %loadPolly to test command line. 2016-08-24 19:12:48 +00:00