forked from OSchip/llvm-project
parent
a03eb9b5d5
commit
e796006333
|
@ -272,7 +272,6 @@ public:
|
|||
/// Undefined symbols, absolute symbols
|
||||
bool createSymbolsFromAtomizableSections(llvm::error_code &EC) {
|
||||
llvm::object::section_iterator sit(_objFile->begin_sections());
|
||||
llvm::object::section_iterator sie(_objFile->end_sections());
|
||||
|
||||
// Increment over all the symbols collecting atoms and symbol names for
|
||||
// later use.
|
||||
|
|
Loading…
Reference in New Issue