Skip to content
  • Tim Northover's avatar
    Teach ARM va_arg to ignore empty structs. · 1711cc93
    Tim Northover authored
    Empty structs are ignored for parameter passing purposes, but va_arg was
    incrementing the pointer anyway which could lead to va_list getting out of
    sync.
    
    llvm-svn: 184605
    1711cc93
Loading