diff options
| author | Eli Bendersky <eliben@google.com> | 2012-12-04 13:55:17 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2012-12-04 13:55:17 +0000 |
| commit | 42e10733ae1d4ea169dba46e9aa9fe577902416e (patch) | |
| tree | e4f3b10a16ee28ef78b2e3973ef64ebd3df109fd /llvm | |
| parent | 5472a52c205ad38808322901eff02defb87e47ab (diff) | |
| download | bcm5719-llvm-42e10733ae1d4ea169dba46e9aa9fe577902416e.tar.gz bcm5719-llvm-42e10733ae1d4ea169dba46e9aa9fe577902416e.zip | |
Remove the very out-of-date listing of "very important LLVM areas". I don't
think it adds much and keeping it up-to-date is (obviously) a chore.
llvm-svn: 169263
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/TestingGuide.rst | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index d542402608d..17a99dea03f 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -169,18 +169,7 @@ The LLVM regression tests are driven by :program:`lit` and are located in the This directory contains a large array of small tests that exercise various features of LLVM and to ensure that regressions do not occur. The directory is broken into several sub-directories, each focused on a -particular area of LLVM. A few of the important ones are: - -- ``Analysis``: checks Analysis passes. -- ``Archive``: checks the Archive library. -- ``Assembler``: checks Assembly reader/writer functionality. -- ``Bitcode``: checks Bitcode reader/writer functionality. -- ``CodeGen``: checks code generation and each target. -- ``Features``: checks various features of the LLVM language. -- ``Linker``: tests bitcode linking. -- ``Transforms``: tests each of the scalar, IPO, and utility transforms - to ensure they make the right transformations. -- ``Verifier``: tests the IR verifier. +particular area of LLVM. Writing new regression tests ---------------------------- |

