This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add ICF test case to symbol-ordering-file-warnings.s
ClosedPublic

Authored by jhenderson on Feb 15 2018, 7:16 AM.

Details

Summary

I noticed that I had missed his particular test case. I think it's simple enough, but others might have some thoughts on what should happen if two identical symbols have been folded, and one or both are in the order file, so hence the review request.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

jhenderson created this revision.Feb 15 2018, 7:16 AM

I also don't know. See D43234. Warning seems good idea for me.
Does it make sence to disable ICF for sections involved in ordering ?

I also don't know. See D43234. Warning seems good idea for me.
Does it make sence to disable ICF for sections involved in ordering ?

Thanks, I didn't see that review. I'll post my thoughts on it over there.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 16 2018, 2:53 AM
This revision was automatically updated to reflect the committed changes.