================
@@ -950,12 +957,9 @@ void ModuleDepCollector::addVisibleModules() {
static StringRef makeAbsoluteAndPreferred(CompilerInstance &CI, StringRef Path,
SmallVectorImpl<char> &Storage) {
- if (llvm::sys::path::is_absolute(Path) &&
- !llvm::sys::path::is_style_windows(llvm::sys::path::Style::native))
- return Path;
----------------
Bigcheese wrote:
Why is this part changed? It looks like this was to fix a Windows test a while
ago, does `remove_dots` end up being a better way to handle things?
https://github.com/llvm/llvm-project/pull/182063
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits