<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font size="-1">The cmake line on this page
        <a class="moz-txt-link-freetext" href="http://llvm.org/docs/TestSuiteGuide.html">http://llvm.org/docs/TestSuiteGuide.html</a> should likely be
        changed from</font></p>
    <p><font size="-1">cmake -DCMAKE_C_COMPILER=<path to llvm
        build>/bin/clang \<br>
                -C../test-suite/cmake/caches/O3.cmake \<br>
                ../test-suite</font></p>
    <p><font size="-1">to</font></p>
    <p><font size="-1">cmake -DCMAKE_C_COMPILER=<path to llvm
        build>/bin/clang \<br>
                -C../../test-suite/cmake/caches/O3.cmake \<br>
                ../../test-suite<br>
      </font></p>
    <p><font size="-1">Neil<br>
      </font></p>
    <div class="moz-cite-prefix"><font size="-1">On 7/11/19 3:53 AM, Sam
        Elliott via llvm-dev wrote:</font><br>
    </div>
    <blockquote type="cite"
      cite="mid:2EA8C5F6-3172-497C-9125-FF62CB1EEDE1@lowrisc.org">
      <pre class="moz-quote-pre" wrap="">The tests and benchmarks in the `test-suite` repository are pretty comprehensive, and LLVM developers often justify changes by showing performance improvements in this suite.

The answers to your questions really rely on your definitions of “sufficient” and “good breadth”, but I feel the test-suite is often good enough.

Sam

--
Sam Elliott
Software Developer - LLVM
lowRISC CIC
<a class="moz-txt-link-abbreviated" href="mailto:selliott@lowrisc.org">selliott@lowrisc.org</a>
--





_______________________________________________
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>