diff options
author | Bill Wendling <isanbard@gmail.com> | 2021-06-21 17:33:53 -0700 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2021-06-22 09:17:04 -0700 |
commit | dd1b121c99de6bd7186e23e2bf34edb02db7c076 (patch) | |
tree | 912b57fb5d665275d23a4ae27ccfc73d2da38ed2 /llvm/tools/llvm-objcopy/ELF/Object.cpp | |
parent | 6fc51c9f7d6647ba78e5a235e7d8bfcf3ab2ede0 (diff) | |
download | llvm-dd1b121c99de6bd7186e23e2bf34edb02db7c076.zip llvm-dd1b121c99de6bd7186e23e2bf34edb02db7c076.tar.gz llvm-dd1b121c99de6bd7186e23e2bf34edb02db7c076.tar.bz2 |
[llvm-diff] Constify APIs so that there aren't conflicts
Some APIs work with const variables while others don't. This can cause
conflicts when calling one from the other.
This is NFC.
Differential Revision: https://reviews.llvm.org/D104719
Diffstat (limited to 'llvm/tools/llvm-objcopy/ELF/Object.cpp')
0 files changed, 0 insertions, 0 deletions