Skip to content

Commit f8ec868

Browse files
authored
[SYCL][NFC] Update test for Windows to match clang-offload-bundler option (#6147)
The options used for the clang-offload-bundler have been updated. Update the test to match these expectation. This was previously masked in testing due to the requires clang-driver check which was recently removed.
1 parent 49e595e commit f8ec868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/sycl-intelfpga-static-lib-win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/// Check for unbundle and use of deps in static lib
3434
// RUN: %clang_cl --target=x86_64-pc-windows-msvc -fsycl -fno-sycl-device-lib=all -fintelfpga -Xshardware %t.lib -### 2>&1 \
3535
// RUN: | FileCheck -check-prefix=CHECK_UNBUNDLE %s
36-
// CHECK_UNBUNDLE: clang-offload-bundler" "-type=aoo" "-targets=sycl-fpga_dep" "-inputs={{.*}}" "-outputs=[[DEPFILES:.+\.txt]]" "-unbundle"
36+
// CHECK_UNBUNDLE: clang-offload-bundler" "-type=aoo" "-targets=sycl-fpga_dep" "-input={{.*}}" "-output=[[DEPFILES:.+\.txt]]" "-unbundle"
3737
// CHECK_UNBUNDLE: aoc{{.*}} "-dep-files=@[[DEPFILES]]"
3838

3939
/// Check for no unbundle and use of deps in static lib when using triple

0 commit comments

Comments
 (0)