You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang] Enhance handling of Apple-specific -arch/-target option values
The -arch option itself is Apple-specific, so, if -target is not passed
explicitely, we try to construct an Apple triple. If the default triple
is Apple-specific, we just update it's arch so it matches the one passed
via -arch option, otherwise, we construct a triple "from scratch".
The arm64e arch value is also Apple-specific, so, if a computed triple
has empty vendor name and/or OS and environment name, fill them
correspondingly.
0 commit comments