Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect all...
[oota-llvm.git] / utils / lit / TODO
index 4d00d2c1cfcd87df82561d4bb432ead9f615153d..6d7f7ea529ae7b3d27c4e9a1dde9f990c0a2c1cc 100644 (file)
@@ -2,18 +2,8 @@
 
  - Add --show-unsupported, don't show by default?
 
- - Finish documentation.
-
  - Optionally use multiprocessing.
 
- - Support llvmc and ocaml tests.
-
  - Support valgrind in all configs, and LLVM style valgrind.
 
- - Provide test suite config for running unit tests.
-
  - Support a timeout / ulimit.
-
- - Support "disabling" tests? The advantage of making this distinct from XFAIL
-   is it makes it more obvious that it is a temporary measure (and lit can put
-   in a separate category).