about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/expr.rs
diff options
context:
space:
mode:
authorBenedikt Terhechte <terhechte@gmail.com>2019-08-11 20:31:01 +0200
committerBenedikt Terhechte <terhechte@gmail.com>2019-08-11 20:31:01 +0200
commitaf1e668f33d5c8b4d93e35b31be8e78fec18fcf4 (patch)
treea1ebf89006e86e8ce8a968255b43146b7bddd5c3 /src/libsyntax/parse/parser/expr.rs
parent2b78e10ac1454d2d4190c575f6ece03f484ac398 (diff)
downloadrust-af1e668f33d5c8b4d93e35b31be8e78fec18fcf4.tar.gz
rust-af1e668f33d5c8b4d93e35b31be8e78fec18fcf4.zip
Add initial files for iOS catalyst / macabi support
This is a first attempt of adding support for the new Apple Catalyst ABI (i.e. running iOS apps on macOS). Currently, `rustc` supports the iOS and iOS simulator targets for iOS:
- iOS: ARM cpu, iOS SDK, linked agains the iOS ABI
- Simulator: X86_64 cpu, iOS SDK, linked against the iOS ABI

Apple Catalyst will add an additional target:
- Macabi: X86_64 CPU, iOS SDK, linked again the macOS ABI.

Note, it the actual SDK is the also the macOS 10.15 SDK, but the symbols are the iOS SDK symbols as they were added to macOS with 10.15.

This commits adds the files for this new target triple.
Diffstat (limited to 'src/libsyntax/parse/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions