Displaying 1 result from an estimated 1 matches for "3f254d9a".
2013 Oct 16
1
[LLVMdev] builtin_apply?
The __builtin_va_arg_pack() and __builtin_va_arg_pack_len() builtins are useful in this context and, unlike __builtin_apply(), are possible to implement correctly in the general case. I believe that some GNU system headers use them when they are available, so they are probably worth supporting.
I'd love to see __builtin_apply() implemented and working properly too, but on most architectures