Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/SyntheticSections.cpp | ||
---|---|---|
39 ↗ | (On Diff #78696) | I think it is not ordered. Because for example we have using namespace llvm; using namespace llvm::dwarf; using namespace llvm::object; using namespace llvm::support::endian; using namespace llvm::ELF; In OutputSections.cpp file, so looks we separate uppercase and lowercase elements. |
ELF/Writer.cpp | ||
986 ↗ | (On Diff #78696) | Not sure if this is formatted (looks a bit strange in phab-view for me). |