[PATCH] D20670: [tsan] On OS X, build Go runtime with -mmacosx-version-min

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 06:22:47 PDT 2016


kubabrecka added a comment.

How are you shipping TSan with Go?  Is it a dylib?  It seems to me that it’s in a “.a” archive, linking it statically into user’s programs.  In this case it depends how you link the resulting programs.


http://reviews.llvm.org/D20670





More information about the llvm-commits mailing list