File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clang_dxc -T lib_6_4 -Gis %s 2>&1 -### | FileCheck -check-prefix=Gis %s
2
2
// RUN: %clang_dxc -T lib_6_4 %s 2>&1 -### | FileCheck -check-prefix=NO_Gis %s
3
- // RUN: not %clang_dxc -T lib_6_4 /Gis gibberish -### %s 2>&1 | FileCheck -check-prefix=CHECK-ERR %s
4
3
5
- // Gis: "-fmath-errno" "- ffp-contract=off" "-frounding-math" "-ffp-exception-behavior=strict" "-complex-range=full"
4
+ // Gis: "-ffp-contract=off" "-frounding-math" "-ffp-exception-behavior=strict" "-complex-range=full"
6
5
// assert expected floating point options are present
7
- // NO_Gis-NOT: "-fmath-errno" "-ffp-contract=off" "-frounding-math" "-ffp-exception-behavior=strict" "-complex-range=full"
8
- // CHECK-ERR: error: no such file or directory: 'gibberish'
6
+ // NO_Gis-NOT: "-ffp-contract=off"
7
+ // NO_Gis-NOT: "-frounding-math"
8
+ // NO_Gis-NOT: "-ffp-exception-behavior=strict"
9
+ // NO_Gis-NOT: "-complex-range=full"
9
10
float4 main (float4 a : A) : SV_TARGET
10
11
{
11
12
return -a.yxxx;
You can’t perform that action at this time.
0 commit comments