| commit | 5616adf65552eea6988b23ba266baf432209cac4 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Mar 08 22:36:28 2017 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Mar 08 22:36:28 2017 +0000 |
| tree | f7b9379dc4ba1c76fe43a832019f159f64c34ce9 | |
| parent | e37b32c4334612ea4597202c0b6d6713618fe26a [diff] |
Remove DefinedSynthetic. With this we have a single section hierarchy. It is a bit less code, but the main advantage will be in a future patch being able to handle foo = symbol_in_obj; in a linker script. Currently that fails since we try to find the output section of symbol_in_obj. With this we should be able to just return an InputSection from the expression. llvm-svn: 297313