Derek Schuff via llvm-dev
2019-Jan-08 17:14 UTC
[llvm-dev] [LLD] [WASM] wasm/function-index.test failing
Are you using static linking, -DBUILD_SHARED_LIBS, or -DLLVM_LINK_LLVM_DYLIB? On Tue, Jan 8, 2019 at 7:21 AM David Greene via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Rui Ueyama <ruiu at google.com> writes: > > > I cannot reproduce this error, but this could be real. > > > > David, is this reproducible every time or is this flaky? > > It's every time for me, both on X86-64 and AArch64. I'll try running in > a debugger to see what is going on. What else can I do to help track > this down? > > -David > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190108/b9a636a1/attachment.html>
David Greene via llvm-dev
2019-Jan-08 20:34 UTC
[llvm-dev] [LLD] [WASM] wasm/function-index.test failing
Derek Schuff via llvm-dev <llvm-dev at lists.llvm.org> writes:> Are you using static linking, -DBUILD_SHARED_LIBS, or - > DLLVM_LINK_LLVM_DYLIB?I use neither -DBUILD_SHARED_LIBS nor -DLLVM_LINK_LLVM_DYLIB. I do have -DLLVM_ENABLE_CXX1Y=ON, -DLLVM_ENABLE_THREADS=OFF, -DCLANG_DEFAULT_LINKER=gold. I also have -DLLVM_ENABLE_EH=ON -DLLVM_ENABLE_RTTI=ON which are obviously very atypical. -David
Heejin Ahn via llvm-dev
2019-Jan-10 01:31 UTC
[llvm-dev] [LLD] [WASM] wasm/function-index.test failing
I don't know the cause of this yet, but I filed https://bugs.llvm.org/show_bug.cgi?id=40278 to keep track of this. I tried to CC your email address (dag at cray.com) but apparently you were not registered in bugzilla so I couldn't. You can sign up there and add yourself to the CC list too. On Tue, Jan 8, 2019 at 12:34 PM David Greene via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Derek Schuff via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > Are you using static linking, -DBUILD_SHARED_LIBS, or - > > DLLVM_LINK_LLVM_DYLIB? > > I use neither -DBUILD_SHARED_LIBS nor -DLLVM_LINK_LLVM_DYLIB. > > I do have -DLLVM_ENABLE_CXX1Y=ON, -DLLVM_ENABLE_THREADS=OFF, > -DCLANG_DEFAULT_LINKER=gold. I also have -DLLVM_ENABLE_EH=ON > -DLLVM_ENABLE_RTTI=ON which are obviously very atypical. > > -David > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190109/41e8fd4e/attachment.html>