diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-08-10 15:30:08 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-08-11 15:14:33 +0300 |
commit | 026e0bf984c617fa2ff4347e47deb069e23fde11 (patch) | |
tree | 359009a64906210811ad220a0aa424d053c2e062 /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | 455ed56d48e365f7d095254109abed876dc10c65 (diff) | |
download | llvm-026e0bf984c617fa2ff4347e47deb069e23fde11.zip llvm-026e0bf984c617fa2ff4347e47deb069e23fde11.tar.gz llvm-026e0bf984c617fa2ff4347e47deb069e23fde11.tar.bz2 |
[LLD][ELF] - Update and fix gnu-ifunc* tests.
It turns that gnu-ifunc-plt-i386.s and gnu-ifunc-plt.s tests are broken.
Initially they were implemented in D27581 and tested that `IRELATIVE` relocations
are placed after other relocations in `.rel.plt`.
Later, we started to place `IRELATIVE` relocations to `.rela.dyn` (D65651).
Also, at some point `.plt` was renamed to `.iplt` (D71520).
Now, `gnu-ifunc*` tests mentioned do not test what they intended to test initially:
they should test that `IRELATIVE` relocations are placed after other ones in
`.rela.dyn`. Also, comments needs to be updated accordingly after changes performed.
This patch updates them.
Differential revision: https://reviews.llvm.org/D85642
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
0 files changed, 0 insertions, 0 deletions