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"); } ```