[llvm-bugs] [Bug 24371] New: Assert failure compiling blender 2.75

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 5 21:18:08 PDT 2015


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

            Bug ID: 24371
           Summary: Assert failure compiling blender 2.75
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: FreeBSD at Shaneware.biz
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 14697
  --> https://llvm.org/bugs/attachment.cgi?id=14697&action=edit
clang 3.7/blender 2.75 build log

I am running FreeBSD 10-stable and have just installed clang 3.7 from ports,
after setting CC=clang37 etc in make.conf and trying to compile
graphics/blender (2.75) I get an assertion failed error

Assertion failed: (!DMEntry && "Decl already exists in localdeclmap!"),
function EmitAutoVarAlloca, file
/wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.0rc1.src/tools/clang/lib/CodeGen/CGDecl.cpp,
line 1016.

% uname -a
FreeBSD leader.local 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #16 r285937: Tue
Jul 28 20:58:13 ACST 2015     root at leader.local:/usr/obj/usr/src/sys/GENERIC 
amd64

% clang37 --version
clang version 3.7.0 (tags/RELEASE_370/rc1)
Target: x86_64-unknown-freebsd10.2
Thread model: posix

I have also tried with devel/llvm-devel
% clang-devel --version
clang version 3.8.0 
Target: x86_64-unknown-freebsd10.2
Thread model: posix

debug files for both are available at
http://shaneware.biz/freebsddebugdata/clang-debug

-- 
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/20150806/fa1a0031/attachment.html>


More information about the llvm-bugs mailing list