[PATCH] D14394: Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 18:12:33 PST 2015


kcc added a comment.

I would probably leave remove_leading_dotslash intact, ant that should eliminate the need to change the test.


================
Comment at: test/Frontend/dependency-gen.c:19
@@ -18,3 +18,3 @@
 // RUN: %clang -MD -MF - %s -fsyntax-only -I a/b/. | FileCheck -check-prefix=CHECK-FIVE %s
-// CHECK-FIVE: {{ }}a/b/.{{[/\\]}}x.h
+// CHECK-FIVE: {{ }}a/b{{[/\\]}}x.h
 // RUN: cd a/b
----------------
This is an intended change, right? Why? 


http://reviews.llvm.org/D14394





More information about the llvm-commits mailing list