[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 05:34:50 PDT 2016


kubabrecka added a comment.

Yes, this needs to be both compiler and linker.  If not specified (in either case), it will assume you’re building only for your system and higher.  If you “otool -l” a dylib, look for LC_VERSION_MIN_MACOSX, which says what minimal OS X version this dylib supports.


http://reviews.llvm.org/D20670





More information about the llvm-commits mailing list