| commit | ff77768569248c6a02bd48b97477da7fad46b74d | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Fri Oct 09 21:12:40 2015 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Fri Oct 09 21:12:40 2015 +0000 |
| tree | c9430759d77bb624d0f5eb3ce9c4c963b0db0903 | |
| parent | 6e98cd32dce336ebac8382b00f4a03a5a0e99651 [diff] |
ELF2: Move Target and entry initialization from SymbolTable to Driver. SymbolTable was not a right place for initialization. We had to do that because Driver didn't know what type of ELF objects are being handled. We taught Driver that, so we can now move this code to Driver. llvm-svn: 249904