| commit | 010ce27c0cedce03741cf35fae3776f604b0cebe | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 04 18:49:12 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 04 18:49:12 2015 +0000 |
| tree | ae2f44621bd92cca124fab2f5b21bcce5c7c8e8e | |
| parent | 8be14f11ce5dc913a0cb553baf351fd2f3b1bc79 [diff] |
Fix the test to use the correct size. For some reason llvm's r239045 made lld propagate data_1's size. This indicates a bug somewhere in lld. I hesitated between changing the test or just checking in a .o produced with the old llvm-mc. Since the size is now correct, it seemed better to update the test. llvm-svn: 239067