Skip to content
  • David Schleef's avatar
    Fix ABI issues caused by 5bfde389 · cec29b2a
    David Schleef authored
    Although OrcVariable and OrcProgram are completely private,
    orcc generates code that digs deep into OrcProgram for code_exec.
    We're requiring that generated code is ABI compatible, so that
    means the offset of code_exec in OrcProgram is part of the ABI.
    
    Oops.
    cec29b2a