This patch depends on D24880 going in for the join_items function, but at least you can comment on it now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Watch the buildbots for failures, but this looks fine. We aren't changing how the strings for filename and directory are stored, just using StringRef to deliver the arguments.
source/Host/common/FileSpec.cpp | ||
---|---|---|
1317 ↗ | (On Diff #72555) | Function is misspelled. Should be GetPreferredPathSeparator (1 'f', 2 'r's), throughout this file. Fortunately, it's file-static, so it's easy to fix in this patch. |