mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-11 08:29:25 +00:00
[Object]
Add ObjectFile::getLoadName() for retrieving the soname/installname of a shared object. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151845 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -525,6 +525,12 @@ library_iterator COFFObjectFile::end_libraries_needed() const {
|
||||
report_fatal_error("Libraries needed unimplemented in COFFObjectFile");
|
||||
}
|
||||
|
||||
StringRef COFFObjectFile::getLoadName() const {
|
||||
// COFF does not have this field.
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
section_iterator COFFObjectFile::begin_sections() const {
|
||||
DataRefImpl ret;
|
||||
std::memset(&ret, 0, sizeof(DataRefImpl));
|
||||
|
Reference in New Issue
Block a user