[PATCH] D118875: [compiler-rt][builtins] build the macOS compiler-rt built-ins with Mac Catalyst support
Byoungchan Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 4 01:01:39 PST 2022
bc-lee added a comment.
Hi, I built and tested clang using this patch and https://reviews.llvm.org/D118862. It works great.
The current patch adds the -darwin-target-variant flag to all object files for MacOS targets in the compiler_rt's builtin library. However, users building compiler_rt may have compilers that don't support such flag, so it would be nice to have a CMake option to enable compiler flags like `COMPILER_RT_ENABLE_CATALYST`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118875/new/
https://reviews.llvm.org/D118875
More information about the cfe-commits
mailing list