about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorDan Robertson <dan@dlrobertson.com>2018-12-05 02:44:08 +0000
committerDan Robertson <dan@dlrobertson.com>2018-12-07 22:54:56 +0000
commit3dfd8f7a64067d8b348ba597db10a06e2eccb773 (patch)
tree26939b48c8c82ebd9e0dd970fb81a001b42f0ff0 /src/test/incremental/thinlto
parentfc84f5f837a3e1b9b9bc992dd603d3d968502288 (diff)
downloadrust-3dfd8f7a64067d8b348ba597db10a06e2eccb773.tar.gz
rust-3dfd8f7a64067d8b348ba597db10a06e2eccb773.zip
codegen: Fix va_list - aaarch64 iOS/Windows
According to the Apple developer docs:

> The type va_list is an alias for char * rather than for the struct
> type specified in the generic PCS.

The current implementation uses the generic Aarch64 structure for VaList
for Aarch64 iOS.

Windows always uses the char * variant of the va_list.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions