-
Notifications
You must be signed in to change notification settings - Fork 740
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
Add option -include-footer. #14402
Add option -include-footer. #14402
Conversation
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.
As I'm the primary author of the driver changes, @hchilama can you review the driver changes? |
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 - Driver
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.
Change in Native CPU test lgtm, thank you
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.
FE changes LGTM
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.
Offloading part LGTM.
@intel/llvm-gatekeepers Can this PR be merged in? The failure is not related to this patch. Thanks. |
@sarnex - https://github.com/intel/llvm/blob/sycl/sycl/doc/developer/ContributeToDPCPP.md#commit-message . Please pay attention to that while merging patches, we need such tags at least for creating Release Notes. |
@dm-vodopyanov Sorry about that, I will catch it in the future. Thanks for reminding me. |
This reverts commit 20969b4.
This patch is joint work with @mdtoguchi.
It adds the
-include-footer
option to pull in the footer. The syntax is:-include-footer=path-to-footer.h
This will have the effect of removing the append phase in the compilation process.
It also implements the required changes to the pre-processed file.