[LLVMbugs] [Bug 8300] New: Crash when linking two bitcode files
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 4 19:55:25 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8300
Summary: Crash when linking two bitcode files
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Linker
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Found while trying to bootstrap clang with LTO:
$ llvm-link -o foo.bc PassManager.o Pass.o
llvm-link: /home/espindola/llvm/llvm/lib/VMCore/Globals.cpp:230:
llvm::GlobalAlias::GlobalAlias(const llvm::Type*,
llvm::GlobalValue::LinkageTypes, const llvm::Twine&, llvm::Constant*,
llvm::Module*): Assertion `aliasee->getType() == Ty && "Alias and aliasee types
should match!"' failed.
--
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