cling/test/CodeGeneration
Jonas Hahnfeld a3fa6e22a1 Emit const variables only once (#13614)
Otherwise they are emitted as internal and we get double-construction
and -destruction on the same memory address due to the way we promote
internal declarations in KeepLocalGVPass.

According to upstream tests, the de-duplication doesn't work on Windows
(yet), but I think this problem is severe enough to fix it on the other
platforms sooner rather than later.

Fixes #13429
2023-10-03 17:14:07 +02:00
..
2017-02-02 10:14:15 +01:00
2017-02-02 10:14:15 +01:00
2020-04-16 18:29:08 +02:00
2022-12-09 08:44:19 +01:00
2014-08-13 16:08:36 +02:00