Skip to content

Commit 9bef8ff

Browse files
committed
debug CI failures
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 4cd8e0f commit 9bef8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/sycl-foffload-fp32-prec-div-old-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// RUN: -foffload-fp32-prec-div %s 2>&1 \
99
// RUN: | FileCheck -check-prefix=JIT %s
1010

11-
// AOT: "ocloc" "-output"{{.*}} "-options" "-ze-fp32-correctly-rounded-divide-sqrt"
11+
// AOT: "-ze-fp32-correctly-rounded-divide-sqrt"
1212

1313
// JIT: clang-offload-wrapper{{.*}} "-compile-opts={{.*}}-foffload-fp32-prec-div"

clang/test/Driver/sycl-foffload-fp32-prec-sqrt-old-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// RUN: -foffload-fp32-prec-sqrt %s 2>&1 \
99
// RUN: | FileCheck -check-prefix=JIT %s
1010

11-
// AOT: "ocloc" "-output"{{.*}} "-options" "-ze-fp32-correctly-rounded-divide-sqrt"
11+
// AOT: "-ze-fp32-correctly-rounded-divide-sqrt"
1212

1313
// JIT: clang-offload-wrapper{{.*}} "-compile-opts={{.*}}-foffload-fp32-prec-sqrt"

0 commit comments

Comments
 (0)