File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ If you're interested in more (including how to build Clang) it is best to read t
23
23
* If you find a bug in Clang, please file it in the LLVM bug tracker:
24
24
25
25
https://github.com/llvm/llvm-project/issues
26
+
27
+ test change
Original file line number Diff line number Diff line change 25
25
// CHECK-YCTP-SAME: -o
26
26
// CHECK-YCTP-SAME: pchfile.pch
27
27
// CHECK-YCTP-SAME: -x
28
- // CHECK-YCTP-SAME: c++-header
28
+ // CHECK-YCTP-SAME: c++-header -- this will fail tests on windows!
29
29
30
30
// Except if a later /TC changes it back.
31
31
// RUN: %clang_cl -Werror /Yc%S/Inputs/pchfile.h /FI%S/Inputs/pchfile.h /c /Fo%t/pchfile.obj /Fp%t/pchfile.pch -v -- %s 2>&1 \
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ documentation setup.
15
15
16
16
If you are writing a package for LLVM, see docs/Packaging.rst for our
17
17
suggestions.
18
+
19
+ test change
You can’t perform that action at this time.
0 commit comments