| commit | 8e820552c387f46b2bbd6d51f3f7975e8d17fdb9 | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Mon Nov 20 05:31:37 2017 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Mon Nov 20 05:31:37 2017 +0000 |
| tree | 3485adca81abaf1aaefe3e72ebeacc1523dac49c | |
| parent | 5c7b467b6e9996704621e2622adb6d5f06f08ddc [diff] |
COFF: Fix invalid comdat sections in test cases. The comdat sections in these test cases do not comply with the COFF specification, and link.exe rejects them. I plan to make a change to how we handle comdat sections which would also cause us to reject them. llvm-svn: 318637