Skip to content

Parser::ParseSharedLib depends on unimplemented function #79

@mydogisbox

Description

@mydogisbox

I'm trying to use a library, "vc100-liboctave-1.dll" (part of a standard windows Octave install), but I'm getting the following error:

For this function:

ParserResultKind Parser::ParseSharedLib(llvm::StringRef File,
                                            llvm::MemoryBuffer *Buffer)

this line:

for(auto it = Object->begin_dynamic_symbols(); it != Object->end_dynamic_symbols();

depends on unimplemented function:

symbol_iterator COFFObjectFile::begin_dynamic_symbols() const {
  // TODO: implement
  report_fatal_error("Dynamic symbols unimplemented in COFFObjectFile");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions