================
@@ -0,0 +1,19 @@
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
+
+// Create PCH without -ignore-pch.
+// RUN: %clang -x c++-header %S/../Modules/Inputs/codegen-flags/foo.h -### 
2>&1 | FileCheck %s -check-prefix=CHECK-EMIT-PCH
----------------
MaskRay wrote:

`%S/../` references auxiliary file from a different test directory. We 
typically avoid doing this,,, though Index/ and Headers/ seem to have 
violations.

https://github.com/llvm/llvm-project/pull/143614
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to