-
Notifications
You must be signed in to change notification settings - Fork 769
[Driver][NFC] Update test to use internal sysroot for device libs #16350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There is no guarantee that the device libraries are going to be built for a given built compiler. Use the internal sysroot setting to allow for proper inclusion of dependent device libraries for SYCL testing.
Can you elaborate this sentence? |
The test is checking for the libsycl-itt libraries to make sure they are being pulled in during the device link. These libraries aren't guaranteed to be built with the compiler so there is a possibility to run LIT testing against the compiler without these libraries being built, causing the test to fail. |
@intel/llvm-gatekeepers, this looks ready for merge - thanks! |
…6350) There is no guarantee that the device libraries are going to be built for a given built compiler. Use the internal sysroot setting to allow for proper inclusion of dependent device libraries for SYCL testing.
…6350) There is no guarantee that the device libraries are going to be built for a given built compiler. Use the internal sysroot setting to allow for proper inclusion of dependent device libraries for SYCL testing.
…6350) There is no guarantee that the device libraries are going to be built for a given built compiler. Use the internal sysroot setting to allow for proper inclusion of dependent device libraries for SYCL testing.
There is no guarantee that the device libraries are going to be built for a given built compiler. Use the internal sysroot setting to allow for proper inclusion of dependent device libraries for SYCL testing.