<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/60279>60279</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Do not use backticks in assertion failures
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          davidstone
      </td>
    </tr>
</table>

<pre>
    Assertion failures print messages like

> Assertion `I != ValueState.end() && "V not found in ValueState nor Paramstate map!"' failed.

Because the quoting style uses \` as the opening quote (and then ' as the closing quote), this behaves poorly when pasting messages into anything that uses markdown. Rather than trying to emulate "smart quotes", we should just use ' to open the quote as well.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxkkkFvo04MxT-NuVhFMBASDhza5h_pf1vtSr2b4IRphpns2NMo3341tNtW2gsI_PPze5ZJxJ498wCbJ9jsC0o6hzhM9GYn0eC5GMN0Hx5FOKoNHk9kXYoseI3WKy4sQmcWdPbCUO2hevx4Nv_hVxd01f8IpoZmjy_kEv9SUi7ZT2B2YHoE04HpEIx5QR8UTyH5Ca3_RqMPEX9QpEXWz4WuWdEYMNvVFk_ldwdPfKQkjDoz_k5BrT-j6N0xJmFB2DxDVyHJCoQr-wxkkBHMjvyUCx6z-gd0dEE-ITA9mGfU2QqOPNNb3kkI0d3xlvuuJOvIzw1ZrwHJ33XOv3UmfTeyULxM4eZL_Ek6c8wljxrvKxaQl-RoNWVkoajv42UN_ow3RplDchO-JlkVV8ca1kif4TlnuLFzZTENzdQ3PRU81N227eq2rptiHqpxHE9VzafNrmrqtum3k6Gx7nZ9U1Oz7Qs7mMo0VW02lWk2dVMyd-PutKW-btuRaQdtxQtZVzr3tpQhngsrknjoKrPtC0cjO_l7aHHI0MOYzgJt5ayofLWpVcfDPqynkCONdLyoPV7yFpH-OcYiRTfMqleB5hHMAczhbHVOY3kMC5hDFv54PVxjeOWjgjms5gTMYfX3JwAA___uLwEK">