forked from OSchip/llvm-project
Remove declaration of SymbolTable::codegen, this method was deleted in r264091
llvm-svn: 264441
This commit is contained in:
parent
5f916d3df4
commit
20e24193f3
|
@ -72,7 +72,6 @@ private:
|
|||
void addLazy(Lazy *New);
|
||||
void addMemberFile(Undefined *Undef, Lazy *L);
|
||||
void resolve(SymbolBody *Body);
|
||||
std::unique_ptr<InputFile> codegen(llvm::Module &M);
|
||||
std::string conflictMsg(SymbolBody *Old, SymbolBody *New);
|
||||
|
||||
// The order the global symbols are in is not defined. We can use an arbitrary
|
||||
|
|
Loading…
Reference in New Issue