[lld] r303491 - COFF: migrate def parser from LLD to LLVM [2/2]
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Sat May 20 13:56:01 PDT 2017
On Sat, May 20, 2017 at 1:48 PM, Martell Malone via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Hey all,
>
> ```
> [418/419] Running all regression tests
> Testing Time: 394.13s
> Expected Passes : 25869
> Expected Failures : 75
> Unsupported Tests : 6619
> ```
>
> Here are my results locally after applying the changes so I can't see whats
> wrong.
> I don't want to leave it broken for too long.
> I will try building from another platform before reverting
>
The bots are failing with an assertion.
lld-link: ../llvm-project/llvm/include/llvm/ADT/Twine.h:448:
llvm::StringRef llvm::Twine::getSingleStringRef() const: Assertion
`isSingleStringRef() &&"This cannot be had as a single stringref!"'
failed.
Are you running with assertions on?
Thanks,
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
More information about the llvm-commits
mailing list