Remove the assumption that the path separator is /. Use functions from llvm::sys::path instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
There may be path separators with UNIX assumptions in the runtime I/O support library, too.
Comment Actions
The runtime, such already has Windows-specific code mostly added by @isuruf.
This is a SmallString, the equivalent of SmallVector<char,128> which will grow when more characters are needed.