Files
clang-p2996/lld/test/ELF
Peter Collingbourne 00dc23f26e Revert r337638, "ELF: Make sections with KeepUnique bit eligible for ICF."
The gold behaviour with regard to --keep-unique is arguably a bug.
I also noticed a bug in my patch, which is that we mislink the
following program with --icf=safe by merging f3 and f4:

void f1() {}
void f2() {}

__attribute__((weak)) void* f3() { return f1; }
__attribute__((weak)) void* f4() { return f2; }

int main() {
  printf("%p %p\n", f3(), f4());
}

llvm-svn: 337729
2018-07-23 19:36:55 +00:00
..
2017-10-12 15:12:55 +00:00
2018-07-05 16:03:20 +00:00
2017-07-20 21:55:40 +00:00
2018-03-14 22:05:12 +00:00
2018-04-25 00:29:13 +00:00
2018-03-01 01:05:04 +00:00
2017-11-15 16:56:20 +00:00
2018-06-26 22:20:04 +00:00
2017-09-30 21:28:49 +00:00
2017-08-10 15:54:27 +00:00
2017-08-10 15:54:27 +00:00
2018-04-09 12:45:29 +00:00
2017-09-30 21:28:49 +00:00
2017-11-22 22:00:50 +00:00
2018-06-20 02:06:01 +00:00
2017-09-28 17:15:02 +00:00
2017-06-06 16:18:48 +00:00
2018-06-26 22:20:04 +00:00
2018-04-20 01:21:24 +00:00
2017-11-28 20:17:58 +00:00
2018-04-25 00:29:13 +00:00
2017-12-12 20:00:30 +00:00
2018-04-26 17:22:44 +00:00
2018-03-14 22:05:12 +00:00
2018-06-26 22:20:04 +00:00
2018-03-27 16:10:01 +00:00
2017-10-18 04:45:09 +00:00
2018-03-30 17:49:51 +00:00
2017-09-07 23:54:20 +00:00
2017-11-15 16:56:20 +00:00
2018-06-26 22:20:04 +00:00
2018-01-31 02:03:55 +00:00
2018-05-31 13:00:25 +00:00
2018-03-13 00:07:53 +00:00
2018-03-13 00:07:53 +00:00
2017-11-28 20:13:12 +00:00
2018-03-14 20:29:45 +00:00
2017-05-04 03:00:27 +00:00
2018-04-24 23:03:58 +00:00
2017-07-05 00:43:18 +00:00
2018-06-18 22:32:15 +00:00
2018-04-26 06:10:18 +00:00