[clang-repl] Emit const variables only once (#65257)
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.
Loading
Please sign in to comment