Provide a method for wholesale extraction of the dependent libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-08-24 22:47:39 +00:00
parent e0cf59e52f
commit 44407c4503

View File

@ -243,6 +243,9 @@ public:
/// @brief Remove a library from the list of dependent libraries
inline void removeLibrary(const std::string& Lib);
/// @brief Get all the libraries
inline const LibraryListType& getLibraries() const { return LibraryList; }
void print(std::ostream &OS) const { print(OS, 0); }
void print(std::ostream &OS, AssemblyAnnotationWriter *AAW) const;