summaryrefslogtreecommitdiff
path: root/libcxxabi/www
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-08-28 18:28:51 +0000
committerEric Fiselier <eric@efcs.ca>2016-08-28 18:28:51 +0000
commit36ca35f505de38a9576441ed9355458786a58657 (patch)
treed55181d1f5f4fbd525683e00e0b8b56be92b0a5c /libcxxabi/www
parent5c5311f4e50828ae1e2ad597c5d715c2dedd836a (diff)
downloadllvm-36ca35f505de38a9576441ed9355458786a58657.tar.gz
[CMake] Be more consistent about naming targets and components in libc++abi
This patch (and commit summary) mirror r279675 by Chris B which was applied to libc++ but not libc++abi. 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 libcxxabi to cxxabi. 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. llvm-svn: 279938
Diffstat (limited to 'libcxxabi/www')
-rw-r--r--libcxxabi/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/www/index.html b/libcxxabi/www/index.html
index b86306e7c56d..66bbb64824ec 100644
--- a/libcxxabi/www/index.html
+++ b/libcxxabi/www/index.html
@@ -112,7 +112,7 @@
<p>To run the tests:</p>
<ul>
- <li><code>make check-libcxxabi</code></li>
+ <li><code>make check-cxxabi</code></li>
</ul>
<p>Note: in a standalone build, the system's libc++ will be used for tests. If
the system's libc++ was statically linked against libc++abi (or linked against