Files
Alessandro Di Federico 09541be398 getUniqueString: do not rely on named metadata
`getUniqueString` returns a dedup'd char array `GlobalVariable` given a
string. We used to rely on named metadata to dedup them. However, this
lead to issues with `LLVMContainer` cloning and linking.

The new implementation uses the name of the variable as the
de-decuplication key, circumventing the problem entirely and improving
performance.
2023-03-13 22:53:44 +01:00
..
2022-10-04 14:13:56 +02:00
2023-02-23 14:51:10 +01:00
2022-03-31 12:51:24 +02:00
2023-01-27 17:53:47 +01:00
2020-11-13 10:00:24 +01:00