Convert all common symbols to regular symbols after scan.
This means that the downstream code does not to handle common symbols as a special case.
Differential D38137
[ELF] Simpler scheme for handling common symbols bd1976llvm on Sep 21 2017, 8:36 AM. Authored by
Details Convert all common symbols to regular symbols after scan. This means that the downstream code does not to handle common symbols as a special case.
Diff Detail Event TimelineComment Actions First of all, could you read https://llvm.org/docs/CodingStandards.html and follow that style? One of the easiest way is to run clang-format-diff on your patch so that everything in your patch is formatted automatically.
Comment Actions What a mess! Thanks for reviewing the patch despite how unstylish it is.
Comment Actions Updated as per review comments.
|
Probably it is better to describe what this does, instead of explaining post-conditions.