Displaying 2 results from an estimated 2 matches for "dllexportattr".
2015 Mar 04
2
[LLVMdev] Clang 3.5.1 assertion failure on FreeBSD when building LLDB
.... The compiler is FreeBSD's in-tree one: FreeBSD
clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115
First failing build:
http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/4668/steps/compile/logs/stdio
Assertion:
Assertion failed: ((!DD->isTrivial() || DD->hasAttr<DLLExportAttr>())
&& "Should not emit dtor epilogue for non-exported trivial dtor!"),
function EnterDtorCleanups, file
/usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp,
line 1429.
Galina, is it possible to get the /tmp/CommandLine-26c092.cpp and ....
2015 Mar 04
3
[LLVMdev] Self-hosting failure in ARM again
Folks,
It seems we got the same issue with Clang alignment as before:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/3025
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost-neon/builds/485
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/118
Commits between 231213 and 231255.
There are a few issues that could have brought it:
*