Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove these two directories. The tests can be ported to dragonegg if | Eric Christopher | 2011-07-27 | 1 | -8/+0 |
| | | | | | | they're still wanted. llvm-svn: 136193 | ||||
* | Check that records with a known constant size are not | Duncan Sands | 2009-02-25 | 1 | -0/+8 |
copied field by LLVM field if the record has a variable sized field in it. The problem is that the LLVM field will not completely cover the variable sized gcc field. llvm-svn: 65463 |