[llvm-bugs] [Bug 32735] DeLICMTests fails when LLVM_LINK_LLVM_DYLIB=ON and LLVM_BUILD_LLVM_DYLIB=ON
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 21 12:17:15 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32735
Michael Kruse <llvm at meinersbur.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |llvm at meinersbur.de
--- Comment #1 from Michael Kruse <llvm at meinersbur.de> ---
Fixed in r301020.
Thank you for the report.
> It was odd that ninja check-polly did not fail even when one of the tests did. Was it an expected failure in the regressions tests ?
This is some internal of llvm-lit. It tries to found out how many tests there
are in the executable by calling it and parsing its output. Since it cannot
parse it, it assumes 0 tests, so there is nothing to fail.
--
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/20170421/368e4b0f/attachment.html>
More information about the llvm-bugs
mailing list