[PATCH] D49549: Change 'clang-test' to 'check-clang' on the hacking webpage
Arnaud Coomans via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 19 09:02:43 PDT 2018
acoomans created this revision.
acoomans added reviewers: chandlerc, cfe-commits.
The command to run tests was previously changed from 'clang-test' to 'check-clang'; with 'clang-test' remaining available as a legacy alias (see git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159483 91177308-0d34-0410-b5e6-96231b3b80d8).
This commit changes the www documentation accordingly.
Repository:
rC Clang
https://reviews.llvm.org/D49549
Files:
www/hacking.html
Index: www/hacking.html
===================================================================
--- www/hacking.html
+++ www/hacking.html
@@ -124,7 +124,7 @@
about what is being run.</p>
<p>If you built LLVM and Clang using CMake, the test suite can be run
- with <tt>make clang-test</tt> from the top-level LLVM directory.</p>
+ with <tt>make check-clang</tt> from the top-level LLVM directory.</p>
<p>The tests primarily consist of a test runner script running the compiler
under test on individual test files grouped in the directories under the
@@ -191,8 +191,8 @@
to CMake explicitly.</p>
<p>The cmake build tool is set up to create Visual Studio project files
- for running the tests, "clang-test" being the root. Therefore, to
- run the test from Visual Studio, right-click the clang-test project
+ for running the tests, "check-clang" being the root. Therefore, to
+ run the test from Visual Studio, right-click the check-clang project
and select "Build".</p>
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49549.156284.patch
Type: text/x-patch
Size: 1008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180719/87555708/attachment.bin>
More information about the cfe-commits
mailing list