[llvm-bugs] [Bug 26393] New: -DLLVM_LINK_LLVM_DYLIB:BOOL=ON produces many llvm test suite regressions

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 30 07:07:45 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26393

            Bug ID: 26393
           Summary: -DLLVM_LINK_LLVM_DYLIB:BOOL=ON produces many llvm test
                    suite regressions
           Product: Build scripts
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: howarth.mailing.lists at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

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.

--

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160130/3feee2ee/attachment.html>


More information about the llvm-bugs mailing list