Skip to content
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

Regenerating LLVMSharp now that parsing basic function bodies is supported. #99

Merged
merged 1 commit into from
May 30, 2019

Conversation

tannergooding
Copy link
Member

This regenerates LLVMSharp using dotnet/ClangSharp#56


[DllImport(libraryPath, EntryPoint = "LLVMInitializeNativeDisassembler", CallingConvention = CallingConvention.Cdecl)]
public static extern LLVMBool InitializeNativeDisassembler();
public static void InitializeAllTargetInfos()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows us to get rid of the LLVMInitializeAllTargetInfos_ exports that exist in the custom libllvm project maintained here: https://github.com/microsoft/LLVMSharp/tree/master/tools/libLLVM

@mjsabby
Copy link
Contributor

mjsabby commented May 30, 2019

Amazing work, thank you!

@tannergooding tannergooding merged commit 68d4ad2 into dotnet:master May 30, 2019
@tannergooding tannergooding mentioned this pull request May 30, 2019
@tannergooding tannergooding deleted the regenerate branch June 9, 2019 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants