Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Config.h | ||
---|---|---|
23 | In the GNU ld manual, sysroot is used as a single word, so I'd name it Sysroot. | |
ELF/Driver.cpp | ||
66–67 | I'm generally not happy about the use of SmallString in sys::path. It seems to be able to be replaced by std::string without noticeable performance penalty. At least we don't need any speed here. Can you return std::string from this function to make this function functional? |
In the GNU ld manual, sysroot is used as a single word, so I'd name it Sysroot.