1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/utils/gn/build
Nico Weber 68c9b7691c [gn build] Add libclang_rt.ios.a, libclang_rt.iossim.a to the build
It's built with just-built clang, like all other compiler-rt parts
in the GN build.

This requires adding some cross build support to the mac toolchain.

Also add explicit mmacosx-version-min and miphoneos-version-min
flags to the build.

ios.a is only built with the arm64 slice, iossim.a only with the
x86_64 slice for now. (The latter should maybe become host_cpu
when Arm Macs become a common iOS development platform.)

With this, it's possible to build chromium/iOS with a GN-built LLVM.

Differential Revision: https://reviews.llvm.org/D89260
2020-10-12 16:21:04 -04:00
..
libs [HWASan] Add sizeof(global) in report even if symbols missing. 2020-06-09 13:02:13 -07:00
toolchain [gn build] Add libclang_rt.ios.a, libclang_rt.iossim.a to the build 2020-10-12 16:21:04 -04:00
BUILD.gn [gn build] Add libclang_rt.ios.a, libclang_rt.iossim.a to the build 2020-10-12 16:21:04 -04:00
BUILDCONFIG.gn
buildflags.gni [gn build] Support building with ThinLTO 2020-10-01 13:48:31 -07:00
fuzzer.gni
mac_sdk.gni [gn build] Add libclang_rt.ios.a, libclang_rt.iossim.a to the build 2020-10-12 16:21:04 -04:00
run_tablegen.py
symlink_or_copy.gni
symlink_or_copy.py
sync_source_lists_from_cmake.py [gn build] Do not sync filenames containing variable references 2020-09-18 15:34:33 -04:00
write_cmake_config.gni
write_cmake_config.py
write_vcsrevision.gni
write_vcsrevision.py