Skip to content

Commit 1dc15fa

Browse files
committed
Example changes to trigger builds and cause a Windows test failure.
1 parent 98a77d7 commit 1dc15fa

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

clang/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ If you're interested in more (including how to build Clang) it is best to read t
2323
* If you find a bug in Clang, please file it in the LLVM bug tracker:
2424

2525
https://github.com/llvm/llvm-project/issues
26+
27+
test change

clang/test/Driver/cl-pch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// CHECK-YCTP-SAME: -o
2626
// CHECK-YCTP-SAME: pchfile.pch
2727
// CHECK-YCTP-SAME: -x
28-
// CHECK-YCTP-SAME: c++-header
28+
// CHECK-YCTP-SAME: c++-header -- this will fail tests on windows!
2929

3030
// Except if a later /TC changes it back.
3131
// 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 \

llvm/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ documentation setup.
1515

1616
If you are writing a package for LLVM, see docs/Packaging.rst for our
1717
suggestions.
18+
19+
test change

0 commit comments

Comments
 (0)