forked from OSchip/llvm-project
parent
fcdde63ff4
commit
56f9368d1d
|
@ -71,8 +71,6 @@ public:
|
|||
Linker(Module &M, DiagnosticHandlerFunction DiagnosticHandler);
|
||||
Linker(Module &M);
|
||||
|
||||
Module &getModule() const { return Composite; }
|
||||
|
||||
/// \brief Link \p Src into the composite. The source is destroyed.
|
||||
///
|
||||
/// Passing OverrideSymbols as true will have symbols from Src
|
||||
|
|
Loading…
Reference in New Issue