Paul Robinson
2ce5cf0393
Fix LLD tests that used CHECK-NEXT-NOT. FileCheck does not support
...
combined suffixes.
Differential Revision: http://reviews.llvm.org/D17665
llvm-svn: 262237
2016-02-29 18:05:21 +00:00
Rafael Espindola
97cbe3e39c
Place RW sections that go after relro to another memory page.
...
Before this patch sections that go after relro sequence were placed at
the same memory page with relro ones. It caused segmentation fault on
freebsd.
Fixes PR25790.
Patch by George Rimar with some tweaks by myself.
llvm-svn: 256334
2015-12-23 15:20:38 +00:00
Rafael Espindola
9c8904fb38
Rename ld.lld2 to ld.lld since it is the default.
...
llvm-svn: 253437
2015-11-18 06:11:01 +00:00
David Majnemer
8a4be35c9c
Adjust test from fallout due to r253429
...
As a side note, the jump target is much nicer than before.
We went from: <bar+...> to <.plt>
llvm-svn: 253433
2015-11-18 04:37:23 +00:00
Rafael Espindola
4b1285c55a
Rename test/elf2 to test/ELF.
...
llvm-svn: 253313
2015-11-17 05:36:42 +00:00