Skip to content
  • Jeremy Morse's avatar
    Scatter NDEBUG to fix after 838b4a53 · d9fa186a
    Jeremy Morse authored
    These "dump" methods call into MachineOperand::dump, which doesn't exist
    with NDEBUG, thus we croak. Disable LiveDebugValues dump methods when
    NDEBUG is turned on to avoid this.
    d9fa186a
Loading