Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/SyntheticSections.cpp | ||
---|---|---|
39 | 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 | Not sure if this is formatted (looks a bit strange in phab-view for me). |
I think it is not ordered. Because for example we have
In OutputSections.cpp file, so looks we separate uppercase and lowercase elements.