[SYCL] Fix LIT tests to take into account LLVM_LIBDIR_SUFFIX#1227
[SYCL] Fix LIT tests to take into account LLVM_LIBDIR_SUFFIX#1227fwyzard wants to merge 1 commit intointel:syclfrom
Conversation
Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
I think it misses ${LLVM_LIBDIR_SUFFIX} as well.
Does it mean it allows to validate only a deployed compiler, or also a deployed compiler ? In fact, how does the deployment work ?
|
It allows to validate both: built and deployed compilers.
There is a special cmake target |
Seems to work with #1165 (comment) . |
|
#1165 together with #1165 (comment) should already fix this issue. |
sycl/test/CMakeLists.txt uses
instead of
making all LIT tests will fail if a
LLVM_LIBDIR_SUFFIXis specified.This PR updates the path to take
LLVM_LIBDIR_SUFFIXinto account.