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
..
2023-02-23 14:51:10 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00
2022-12-09 18:09:39 +01:00
2023-02-23 14:51:10 +01:00
2023-02-23 14:51:10 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00
2022-03-11 15:37:12 +01:00