-
Notifications
You must be signed in to change notification settings - Fork 787
[Driver][SYCL] Allow -Xsycl-target-frontend= to accept triple aliases #4862
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
[Driver][SYCL] Allow -Xsycl-target-frontend= to accept triple aliases #4862
Conversation
Signed-off-by: Qichao Gu <qichao.gu@intel.com>
FYI - #3984 allows -Xsycl-target-backend= to use triple aliases. |
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.
Can the same be done for -Xsycl-target-linker
in scope of this PR?
It's also covered by #3984. |
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 but for a testing nuance
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-gatekeepers Could you help merge? |
-Xsycl-target-backend= is allowed to use triple aliases,
e.g. spir64_x86_64 -> spir64_x86_64-unknown-unknown.
Allow -Xsycl-target-frontend= to accept triple aliases too.
Signed-off-by: Qichao Gu qichao.gu@intel.com