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-12-09 10:11:27 +01:00
2022-01-31 16:28:26 +01:00
2022-03-08 15:04:34 +01:00
2023-02-23 14:51:10 +01:00
2023-02-09 13:42:50 +01:00
2022-11-11 13:43:55 +01:00
2022-10-04 14:13:56 +02:00