diff options
author | Rui Ueyama <ruiu@google.com> | 2017-10-27 22:54:16 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-10-27 22:54:16 +0000 |
commit | bda337a8d84bb0738cec4ec613e40d8381895401 (patch) | |
tree | 9625dd7aa1342e67c6175333b57d433bc0d5c5f8 /llvm/lib/Object/ArchiveWriter.cpp | |
parent | 0a6dba792f8c1c98de11b9ec0a6703700090dc84 (diff) | |
download | llvm-bda337a8d84bb0738cec4ec613e40d8381895401.zip llvm-bda337a8d84bb0738cec4ec613e40d8381895401.tar.gz llvm-bda337a8d84bb0738cec4ec613e40d8381895401.tar.bz2 |
Rename isInCurrentDSO -> isInCurrentOutput.
DSO is short for dynamic shared object, so the function name was a
little confusing because it sounded like it didn't work when we were
a creating statically-linked executable or something.
What we mean by "DSO" here is the current output file that we are
creating. Thus the new name. Alternatively, we could call it the current
ELF module, but "module" is a overloaded word, so I avoided that.
llvm-svn: 316809
Diffstat (limited to 'llvm/lib/Object/ArchiveWriter.cpp')
0 files changed, 0 insertions, 0 deletions