search for: nextlibpathidx

Displaying 1 result from an estimated 1 matches for "nextlibpathidx".

2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...ccurs; otherwise it returns false. // static inline bool LoadLibrary(const std::string &LibName, std::vector<Module*> &Objects, bool &isArchive, - std::string &ErrorMessage) { - std::string Directory; - unsigned NextLibPathIdx = 0; - - while (1) { - // Try loading from the current directory... - if (Verbose) std::cerr << " Looking in directory '" << Directory << "'\n"; - if (!LoadLibraryFromDirectory(LibName, Directory, Objects, isArchive)) +...