mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 12:56:07 +00:00
[Mips] clang-format the code
llvm-svn: 235033
This commit is contained in:
parent
f4a87333ff
commit
09129d957c
@ -80,7 +80,7 @@ public:
|
||||
|
||||
this->_entries[_dt_symtabno].d_un.d_val = this->getSymbolTable()->size();
|
||||
this->_entries[_dt_gotsym].d_un.d_val =
|
||||
this-> getSymbolTable()->size() - got.getGlobalCount();
|
||||
this->getSymbolTable()->size() - got.getGlobalCount();
|
||||
this->_entries[_dt_localgot].d_un.d_val = got.getLocalCount();
|
||||
this->_entries[_dt_pltgot].d_un.d_ptr = got.virtualAddr();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user