[PATCH] D61121: [Windows] Separate elements in -print-search-dirs with semicolons

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 10:33:18 PDT 2019


smeenai added a comment.

I feel something like `llvm::sys::path::PathListSeparator` would be nicer, since AFAIK any path list should be separated with semicolons on Windows and colons everywhere else.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61121/new/

https://reviews.llvm.org/D61121





More information about the cfe-commits mailing list