[PATCH] D45905: [ELF] Swap argument names: use Old to refer to original symbol and New for incoming one

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 15:47:43 PDT 2018


MaskRay added a comment.

The test does not change.

The original code uses `Old` to refer to the incoming symbol while `New` is for the old symbol. I think it is a bit weird so I change the names in this revision. Tests are unaffected.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45905





More information about the llvm-commits mailing list