File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010// RUN: -static \
1111// RUN: -stdlib \
1212// RUN: -Xoffload-linker \
13- // RUN: -### -x c++ -c - < /dev/null 2>&1 | FileCheck %s --check-prefix=CL
13+ // RUN: -### -x c++ -c - < /dev/null 2>&1 \
14+ // RUN: | FileCheck %s --check-prefix=CL --implicit-check-not="warning:"
1415
1516// RUN: not %clang_dxc \
1617// RUN: --config \
2526// RUN: -stdlib \
2627// RUN: -Xlinker \
2728// RUN: -Xoffload-linker \
28- // RUN: -### -T lib_6_3 -Vd - < /dev/null 2>&1 | FileCheck %s --check-prefix=DXC
29+ // RUN: -### -T lib_6_3 -Vd - < /dev/null 2>&1 \
30+ // RUN: | FileCheck %s --check-prefix=DXC --implicit-check-not="error:"
2931
3032// CL: warning: unknown argument ignored in clang-cl: '--config'
3133// CL: warning: unknown argument ignored in clang-cl: '-fdiagnostics-color=auto'
You can’t perform that action at this time.
0 commit comments