Skip to content
  • David Terei's avatar
    LLVM: Use packed structure type instead of structure type · d7b86136
    David Terei authored
    The regular structure type adds padding to conform to the platform ABI,
    which causes problems with structures storing doubles under windows since
    we don't conform to the platform ABI there. So we use packed structures
    instead now that don't do any padding.
    d7b86136