aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendAda/Support
AgeCommit message (Collapse)Author
2009-02-25Check that records with a known constant size are notDuncan Sands
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65463 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-03Test for handling of large bit offset from aDuncan Sands
variable field offset. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45534 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-23For multipart tests, place the parts with noDuncan Sands
RUN line in Support. Give up on sending output to /dev/null - this cannot always be arranged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40436 91177308-0d34-0410-b5e6-96231b3b80d8