Rename function to avoid function overloading.
authorRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 17:51:07 +0000 (17:51 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 17:51:07 +0000 (17:51 +0000)
commit2a00b8461c4c4bfed589a5a880ad09a2a9ea2b9d
tree3d8ee85786c488bca6f6f9e2eee3807b83a0cedc
parent49fe4037a1e696b444b8edc81ec849b295088939
Rename function to avoid function overloading.

We had two functions with the same name to read completely different
things. That was confusing.

llvm-svn: 286991
lld/ELF/LinkerScript.cpp