-
Notifications
You must be signed in to change notification settings - Fork 752
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
Return the usage of -flto and use -lto-emit-asm instead #16884
base: sycl
Are you sure you want to change the base?
Return the usage of -flto and use -lto-emit-asm instead #16884
Conversation
@mdtoguchi @AlexeySachkov The PR is failing in some tests due to not finding |
d542197
to
83ca7aa
Compare
My guess is that dependency is missing here: llvm/sycl/test-e2e/CMakeLists.txt Lines 94 to 98 in c2dc01d
Line 366 in c2dc01d
Hope this helps |
This reverts this PR and add another solution to that problem mentioned in this issue. This was the result of llvm upstream discussion here