Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
  2. Feb 02, 2021
  3. Feb 01, 2021
  4. Jan 30, 2021
  5. Jan 29, 2021
  6. Jan 27, 2021
    • Ben Gamari's avatar
      Document that ccall convention doesn't support varargs · 19081a95
      Ben Gamari authored
      We do not support foreign "C" imports of varargs functions. While this
      works on amd64, in general the platform's calling convention may need
      more type information that our Cmm representation can currently provide.
      For instance, this is the case with Darwin's AArch64 calling convention.
      Document this fact in the users guide and fix T5423 which makes use of a
      disallowed foreign import.
      
      Closes #18854.
      
      (cherry picked from commit 0b772221)
      19081a95
  7. Jan 26, 2021
  8. Jan 25, 2021
  9. Jan 22, 2021
Loading