| commit | 33a28363076898487d36f91134c8b8cd6c24c755 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Mar 13 01:41:49 2018 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Mar 13 01:41:49 2018 +0000 |
| tree | 795c9b363592d8adde45e6a14c4dc655f09f7c53 | |
| parent | d5bbaa6688dd51023170eaeae261b026e54bd2f2 [diff] |
Use PLT relocations in test. Currently lld creates plain plt entries when a R_386_PC32 resolves to a symbol in a shared library. That is a bug (PR36678). Don't depend on that behavior on this test. llvm-svn: 327357