diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-07-15 11:47:54 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-07-15 11:47:54 +0000 |
commit | 8d9b9f6bf2cde253ff89369399a45172b10af512 (patch) | |
tree | 25e6dbb40e5b4dc1819e125448325bfc3baf4585 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6e89887642f4eca39a8e2339adb32c176aa67ce9 (diff) | |
download | bcm5719-llvm-8d9b9f6bf2cde253ff89369399a45172b10af512.tar.gz bcm5719-llvm-8d9b9f6bf2cde253ff89369399a45172b10af512.zip |
[LLD][ELF] - Minor simplification. NFC.
This removes a call to `object::getSymbol<ELFT>`.
We used this function in a next way: it was given an
array of symbols and index and returned either a symbol
at the index given or a error.
This function was removed in D64631.
(rL366052, but was reverted because of LLD compilation error
that I didn't know about).
It does not make much sense to keep this function on LLVM side
only for LLD, because having only a list of symbols and the index it
is not able to produce a valueable error message about context anyways.
llvm-svn: 366057
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions