On Fri, Aug 28, 2015 at 04:52:56PM +0200, devh8h via llvm-dev wrote: > Is there a way to prevent the optimizer to assume the two variables > are distinct ? Or what is the proper way to deal with link time values ? Make one of them weak. Joerg