[PATCH] D89260: [gn build] Add libclang_rt.ios.a, libclang_rt.iossim.a to the build
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 13:16:55 PDT 2020
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: llvm/utils/gn/build/BUILD.gn:70
+ if (current_os == "mac") {
+ asmflags += [ "-mmacosx-version-min=10.9" ]
+ cflags += [ "-mmacosx-version-min=10.9" ]
----------------
aeubanks wrote:
> compiler-rt/cmake/config-ix.cmake sets this to 10.10, do we want to be different from that?
Huh, no idea where I got 10.9 from. Thanks, fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89260/new/
https://reviews.llvm.org/D89260
More information about the llvm-commits
mailing list