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
2023-03-13 22:53:44 +01:00
2023-02-09 13:42:50 +01:00
2022-03-17 18:52:18 +01:00
2023-02-23 14:51:10 +01:00
2022-07-28 08:47:17 +02:00