-
Notifications
You must be signed in to change notification settings - Fork 795
Return the usage of -flto and use -lto-emit-asm instead #16884
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
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 |
97248a9 to
554f8c6
Compare
|
LGTM. Can we merge this? Thanks |
asudarsa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
|
@intel/llvm-reviewers-runtime Please review, Thanks! |
uditagarwal97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in sycl/CMakeLists.txt LGTM
|
@intel/llvm-gatekeepers Please merge, Thanks! |
This reverts this PR and add another solution to that problem mentioned in this issue. This was the result of llvm upstream discussion here