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

    <tr>
        <th>Summary</th>
        <td>
            Build script for libFuzzer uses wrong C++ version
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

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

<pre>
    The build script for libFuzzer uses C++11 but it actually needs a version >= 14 because it uses user-defined literals:
 https://github.com/llvm/llvm-project/blob/65f40cb455f8eaf83c163793d19640b56393c1e5/compiler-rt/lib/fuzzer/build.sh#L5
https://github.com/llvm/llvm-project/blob/65f40cb455f8eaf83c163793d19640b56393c1e5/compiler-rt/lib/fuzzer/FuzzerLoop.cpp#L857
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzEkruO3CAUhp8GN2gsLoaxC4qdTFxtmRfgcmwTMcbisqvdp4_wapQySrUVQnCOvnP-T-fs1x1AIXFD4t7pWraYlLberVvMpTPRfahfG2BTfXA42-SPgpeYcPBmrp-fkHDNkPEPxG6I3SjFphbsC9a2VB3CB94BXMYav0HKPu4Y8Z-I3zEdsAGra4b2--xRM6SLg8Xv4HDwBZIOGfEXRO6IvOCtlOO8shmxefVlq6a38YHYHMLb87gcKf4GWxCbTYgGsVmKZSDWDEIsI-hl5JZKfp24o5MciBGST9xSEIjNNj4OHyBdUqsPvpUv55StXVtBnzfE-Kv4YvpupK8EXmM8enscDWwU184p7iY-6Q4UlaNgkg5cdJty2nHtBOVgqSOaUq2tMUwAcZIwA51XjDBOBBvJSAkfemPk1U78ClKDnIRFA4GH9qFvY_UxrZ3PuYKSbLryLmgDIZ8uMbbDOz4fEWNNraTOVZi6ZjSQ4HPJf7sUXwKo2z8ce09xX5-mPX3qagrqv3M4yXJLopH_CQAA__94sfgV">