[LLVMbugs] [Bug 14136] New: Crash when building
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Oct 20 15:27:46 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14136
Bug #: 14136
Summary: Crash when building
Product: clang
Version: 3.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: moswald at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9387
--> http://llvm.org/bugs/attachment.cgi?id=9387
stderr capture
Crash occurs at:
clang::CodeGen::CGDebugInfo::EmitDeclare(clang::VarDecl const*, unsigned int,
llvm::Value*, unsigned int, llvm::IRBuilder<false, llvm::ConstantFolder,
llvm::IRBuilderDefaultInserter<false> >&) + 196
See attachment for full details.
The project being built can be found at:
https://bitbucket.org/moswald/xunit
Update to changeset 'efea9c0f9ca2'.
Build with:
clang++ -o int/UnitTests/debug/TestEvents.os -c -pthread -fPIC -Wall -Wextra
-pedantic -std=c++11 -Wno-comment -g -fPIC -DDEBUG -D_DEBUG -IxUnit++
Tests/UnitTests/TestEvents.cpp -v
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list