summaryrefslogtreecommitdiff
path: root/test/FrontendAda/init_size.ads
Commit message (Collapse)AuthorAge
* Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands2010-11-25
| | | | | | | than -c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120157 91177308-0d34-0410-b5e6-96231b3b80d8
* An example for which the TYPE_SIZE was being set fromDuncan Sands2008-01-03
the initial value, while the type fields were not (this is a qualified union type, so not all fields are always present). This resulted in the size of the corresponding LLVM type being larger than the gcc TYPE_SIZE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45522 91177308-0d34-0410-b5e6-96231b3b80d8