<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font size="-1">Not sure we would call that a bug. Looks more
        like a minor documentation change to a more recent clang
        version. I wonder which version that is.</font></p>
    <p><font size="-1">Neil Nelson<br>
      </font></p>
    <div class="moz-cite-prefix"><font size="-1">On 10/26/20 12:20 PM,
        Issam E. Maghni via llvm-dev wrote:</font><br>
    </div>
    <blockquote type="cite" cite="mid:C6N13XKUAG9Z.1TG1H09S0BCP8@v01d">
      <pre class="moz-quote-pre" wrap="">Hi folks. It’s my first time in this mailing list, and definitely not
the last :)

Recently, I’ve been into bootstrapping compilers. I’ve encountered
several issues, and will start with this one.

The doc claims that Clang >= 3.5 is required to build LLVM 11.0.0 [1].
So I built LLVM+Clang 3.9.1, then tried to build LLVM 11.0.0. Doing so,
I faced this error:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">no matching constructor for initialization of
'llvm::ValueEnumerator::MDRange'
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">(full log here [2])

Don’t worry, I’ve done my job. For a minimal reproducible example, here
[3] is a script that you should execute on a new Debian 10 system, most
likely a VM.

[1]
<a class="moz-txt-link-freetext" href="https://releases.llvm.org/11.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library">https://releases.llvm.org/11.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library</a>
[2]
<a class="moz-txt-link-freetext" href="https://gist.github.com/concatime/6b5b9bcbc91a74b2913234180a29c159#file-log-txt">https://gist.github.com/concatime/6b5b9bcbc91a74b2913234180a29c159#file-log-txt</a>
[3]
<a class="moz-txt-link-freetext" href="https://gist.github.com/concatime/6b5b9bcbc91a74b2913234180a29c159#file-build-sh">https://gist.github.com/concatime/6b5b9bcbc91a74b2913234180a29c159#file-build-sh</a>

Issam E.

PS: a feedback too about how I report bugs would be awesome!
_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
    </blockquote>
  </body>
</html>