mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
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:
parent
e0cf59e52f
commit
44407c4503
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user