================ @@ -0,0 +1,10 @@ +// RUN: %clang_cl -E /pathmap:%p=x:/path-to/ %s | FileCheck %s --check-prefix CHECK-REPRODUCABLE +// CHECK-REPRODUCABLE: filename: "x:\\path-to\\cl-pathmap.c" +// CHECK-REPRODUCABLE-NOT: filename: +// CHECK-REPRODUCABLE-NOT: filename: "x:/path-to/cl-pathmap.c" ---------------- dpaoliello wrote:
Redundant with the CHECK line above: if there is no `filename:` there can't be this line. https://github.com/llvm/llvm-project/pull/198664 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
