Duncan Sands
|
53910d9993
|
Dragonegg cannot output bitcode, only human readable IR, so use -S rather
than -c.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120157 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-25 21:21:59 +00:00 |
|
Duncan Sands
|
9772acdb47
|
Check that accessing a struct field that occurs before the start
of the struct (!) works correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84853 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-22 12:53:25 +00:00 |
|
Duncan Sands
|
65a168cff3
|
Test handling of record fields with negative offsets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84851 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-22 10:02:10 +00:00 |
|