[PATCH] D61242: [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms. Attempt #2.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 10:45:57 PDT 2019
delcypher added a comment.
> But somehow it was still able to produce an i386 version of libclang_rt.asan_iossim_dynamic.dylib before your change.
That doesn't sound right. It should not be possible to build the iOS simulator sanitizer libraries without the iOS simulator SDKs. If that works today, it's by accident.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61242/new/
https://reviews.llvm.org/D61242
More information about the llvm-commits
mailing list