<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - -DLLVM_LINK_LLVM_DYLIB:BOOL=ON produces many llvm test suite regressions"
   href="https://llvm.org/bugs/show_bug.cgi?id=26393">26393</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>-DLLVM_LINK_LLVM_DYLIB:BOOL=ON produces many llvm test suite regressions
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cmake
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>howarth.mailing.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Building llvm/clang/compiler-rt/polly/libc++/openmp with
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON on x86_64 results in many llvm test suite
regressions.

  Expected Passes    : 7605
  Expected Failures  : 51
  Unsupported Tests  : 3841
  Unexpected Failures: 3853

These all seem to be some variation of opt reporting an unknown command line
argument being passed to it such as...

FAIL: LLVM :: Analysis/BasicAA/2003-02-26-AccessSizeTest.ll (1 of 15350)
******************** TEST 'LLVM ::
Analysis/BasicAA/2003-02-26-AccessSizeTest.ll' FAILED ********************
Script:
--
gtimeout 1m  /sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/opt <
/sw/src/fink.build/llvm39-3.9.0-1/llvm-3.9.0.src/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
-basicaa -gvn -instcombine -S |
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/FileCheck
/sw/src/fink.build/llvm39-3.9.0-1/llvm-3.9.0.src/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
--
Exit Code: 2

Command Output (stderr):
--
opt: Unknown command line argument '-basicaa'.  Try:
'/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/opt -help'
opt: Did you mean '-passes'?
opt: Unknown command line argument '-gvn'.  Try:
'/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/opt -help'
opt: Did you mean '-Os'?
opt: Unknown command line argument '-instcombine'.  Try:
'/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/opt -help'
opt: Did you mean '-print-options'?
FileCheck error: '-' is empty.

--</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>