[PATCH] D11862: Edits to CMake.rst for clarity's sake
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 22 05:55:02 PDT 2015
chapuni added inline comments.
================
Comment at: docs/CMake.rst:235
@@ -226,2 +234,3 @@
*UnitTestNameTests* (where at this time *UnitTestName* can be ADT, Analysis,
- ExecutionEngine, JIT, Support, Transform, VMCore; see the subdirectories of
+ AsmParser, Bitcode, CodeGen, DebugInfoDWARF, DebugInfoPDB, ExecutionEngine,
+ IPO, IR, LineEditor, Linker, MCJIT, MC, Option, OrcJIT, ProfileData, Support,
----------------
Are you really willing to maintain this list whenever an unittest were added or removed?
I suggest here might be generalized presentation, for example "ADTTests, IRTests, etc. in llvm/unittests".
Repository:
rL LLVM
http://reviews.llvm.org/D11862
More information about the llvm-commits
mailing list