Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Disable inline of CodegenTraits::get to prevent cross-DLL access to descCallingConvToLLVM #405

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

gshimansky
Copy link
Contributor

When CodegenTraits::get is inlined in other DLLs or executables it makes it necessary to access descCallingConvToLLVM from another DLL/executable and it is not allowed for a static constant on windows.

…escCallingConvToLLVM

Signed-off-by: Gregory Shimansky <[email protected]>
@kurapov-peter kurapov-peter merged commit fabe823 into main Apr 18, 2023
@kurapov-peter kurapov-peter deleted the gregory/windows-CodegenTraits-noinline branch April 18, 2023 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants