You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added in https://github.com/llvm/llvm-project/commit/05137ecfca0bd2f7fa6cd30c771dfacbb8188785 / https://github.com//pull/65257
Is it because the JIT doesn't support de-duplication on Windows? @lhames
Disable internal linkage for const variables if IncrementalExtensions
are enabled. Otherwise the variables are emitted multiple times, with
multiple constructions at unique memory locations, during every PTU.
added in 05137ec / #65257
Is it because the JIT doesn't support de-duplication on Windows? @lhames
The text was updated successfully, but these errors were encountered: