Re: [cfe-users] Using llvm-ar & llvm-ranlib vs ar & ranlib for creating static libraries when thinLTO is enabled.

2018-08-15 Thread Mateusz Zych via cfe-users
e llvm-ar/llvm-ranlib however. >> Teresa >> >> On Mon, Aug 13, 2018 at 8:38 AM David Blaikie wrote: >> >>> (Teresa, perhaps you can correct me if I'm wrong here) >>> >>> On Thu, Aug 9, 2018 at 2:21 PM Mateusz Zych via cfe-users < >>&g

[cfe-users] Using llvm-ar & llvm-ranlib vs ar & ranlib for creating static libraries when thinLTO is enabled.

2018-08-09 Thread Mateusz Zych via cfe-users
Hi :) I am trying to compile simple project consisting of an executable "app" and static library "bar". Note that I'm enabling thinLTO for both "app" and "bar". // bar.h// #ifndef BAR #