Skip to content

Commit

Permalink
[SYCL][NFC] Update test for Windows to match clang-offload-bundler op…
Browse files Browse the repository at this point in the history
…tion (intel#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.
  • Loading branch information
mdtoguchi authored May 12, 2022
1 parent 49e595e commit f8ec868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/sycl-intelfpga-static-lib-win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/// Check for unbundle and use of deps in static lib
// RUN: %clang_cl --target=x86_64-pc-windows-msvc -fsycl -fno-sycl-device-lib=all -fintelfpga -Xshardware %t.lib -### 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK_UNBUNDLE %s
// CHECK_UNBUNDLE: clang-offload-bundler" "-type=aoo" "-targets=sycl-fpga_dep" "-inputs={{.*}}" "-outputs=[[DEPFILES:.+\.txt]]" "-unbundle"
// CHECK_UNBUNDLE: clang-offload-bundler" "-type=aoo" "-targets=sycl-fpga_dep" "-input={{.*}}" "-output=[[DEPFILES:.+\.txt]]" "-unbundle"
// CHECK_UNBUNDLE: aoc{{.*}} "-dep-files=@[[DEPFILES]]"

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

0 comments on commit f8ec868

Please sign in to comment.