-
Notifications
You must be signed in to change notification settings - Fork 790
[Driver] Fix FPGAEmulationMode naming confusion #9537
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
Failures seem related to |
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.
This looks like a good opportunity to update around
llvm/clang/lib/Driver/Driver.cpp
Line 6417 in 2fc89ac
SmallVector<std::pair<types::ID, bool>, 4> FPGAAOCTypes = { |
Could you please elaborate? |
In the array of pairs, you can see that the |
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 Hi, this is ready for merge. Failures reported are un-related to changes in this PR. |
@srividya-sundaram - Please resolve the merge conflict. |
Fixes #4061