summaryrefslogtreecommitdiffstats
path: root/llvm/docs/conf.py
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-07-23 19:36:55 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-07-23 19:36:55 +0000
commit00dc23f26e174842173c288e50732e6ed4491a31 (patch)
tree974baccbbcdcc8e86f7756e692c71f7556cf3458 /llvm/docs/conf.py
parent67af95bbe7285aecc2a96cf8c6d5b108b2a24054 (diff)
downloadbcm5719-llvm-00dc23f26e174842173c288e50732e6ed4491a31.tar.gz
bcm5719-llvm-00dc23f26e174842173c288e50732e6ed4491a31.zip
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
Diffstat (limited to 'llvm/docs/conf.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud