Closed
Description
LLVM only exposes setUnnamedAddr through the C++ API, sadly.
Marking constants this way allows LLVM to merge the representations, because it informs the compiler that the uniqueness of the address is unimportant.
If you absolutely must have a unique address, it should probably be expressed with an attribute.