Skip to content

Conversation

@cperkinsintel
Copy link
Contributor

This test started failing after llvm/llvm-project@7ff6973f1

We used to just build the libs in the same directory as the app, but now they are in a subdirectory. Picking up ALL the lib files like we do on Linux should work.

Comment on lines 6 to 7
// XFAIL: (windows && run-mode) || target-native_cpu
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// XFAIL: target-native_cpu
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397


// RUN: rm -rf %t.dir; mkdir -p %t.dir
// RUN: %clangxx %{dynamic_lib_options} %S/Inputs/d.cpp \
// RUN: -o %t.dir/libdevicecompress_d.%{dynamic_lib_suffix}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if we should just remove %t.dir and keep all dependencies (_d,_c,_b,_a libraries) in the same directory as test executable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure. Don't we need to use some form of %t so that it can be targeted?

We could have the app output into %t.dir as well, couldn't we?

Signed-off-by: Chris Perkins <chris.perkins@intel.com>
@cperkinsintel cperkinsintel marked this pull request as ready for review October 24, 2025 21:11
@cperkinsintel cperkinsintel requested a review from a team as a code owner October 24, 2025 21:11
@github-actions
Copy link
Contributor

@intel/llvm-gatekeepers please consider merging

@uditagarwal97 uditagarwal97 merged commit 3ccc8ec into intel:sycl Oct 24, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants