-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Fix issue with llvm-rc
when ZYDIS_BUILD_SHARED_LIB
is enabled
#500
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.
Thanks for the PR!
Shouldn't we replace the copyright sign here as well?
I merged your change in zycore-c. Maybe you could update the submodule to the latest version as well in this PR.
I changed it already here as well. Sorry, GitHub doesn't do a great job of showing this due to the encoding change, maybe I should have clarified! |
@netadr Oh, my bad. I even clicked on "view file", but GitHub seems to show me the old version. Do you want to update the zycore-c submodule in this PR? We can do this in a later step as well, if that's more comfortable for you. |
@flobernd Should be fixed now! |
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.
Looks good! Thanks again.
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.
👍
In addition to the changes mentioned in zyantific/zycore-c#70, this changes the encoding of
resources/VersionInfo.rc
from UTF-16LE to UTF-8 asclang
's preprocessor does not support UTF-16.