[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:59:34 PDT 2016
kubabrecka added a comment.
Note that it’s okay to compile with some -mmacosx-version-min and link with a higher version. In this case only the higher version is supported.
It’s *not* okay to do it the other way, i.e. compile with some version and link with a lower version. This can introduce terrible bugs.
http://reviews.llvm.org/D20670
More information about the llvm-commits
mailing list