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

MS-style inline assembly is not available. Unable to find target for this triple (no targets are registered). #21

Closed
pavledev opened this issue Dec 30, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@pavledev
Copy link

pavledev commented Dec 30, 2020

When I right click on class name and press Show Struct Layout I get this error: MS-style inline assembly is not available. Unable to find target for this triple (no targets are registered).
https://imgur.com/Of08Imx
Can you please fix this?

@Viladoman
Copy link
Owner

Hey! Thanks for letting me know!
I will have a look once I have some free time. I will keep you updated.

@Viladoman Viladoman added the bug Something isn't working label Dec 31, 2020
@Viladoman
Copy link
Owner

Hi! Happy new year! I added the native platform initialization to the clang parser in order to avoid having those target errors.

Could you please try this version: StructLayout.zip

Let me know if the issue is still present. Sadly this change doubles the size of the dll.

Thanks.

@pavledev
Copy link
Author

pavledev commented Jan 1, 2021

@Viladoman Hi and Happy New Year.
I tested it now and it's working. I don't get error for inline assembly anymore.
Thank you very much.

@pavledev pavledev closed this as completed Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants