[LLVMdev] tblgen internals

Bob Wilson bob.wilson at apple.com
Fri Dec 10 09:12:46 PST 2010


On Dec 10, 2010, at 6:11 AM, Garrison Venn wrote:

> Hey Chris,
> 
> Ok, so I'm working on creating this trivial patch, for starters, but I'm trying to identify
> a controlled unit test for tblgen. So all of the following test tblgen to various extents:
> 
> 1) make
> 2) make unittests
> 3) make // with clang
> 
> and
> 
> 4) make check // which I'm avoiding

Why are you avoiding it?  That's where most of the TableGen tests are (in tests/TableGen).  If you only want to run the TableGen tests, you can do:

make TESTSUITE=TableGen check



More information about the llvm-dev mailing list