[LLVMbugs] [Bug 11602] New: i386 bootstrap failure on OpenBSD
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 16 21:23:05 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11602
Bug #: 11602
Summary: i386 bootstrap failure on OpenBSD
Product: libraries
Version: trunk
Platform: PC
OS/Version: OpenBSD
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jsg at openbsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 7755
--> http://llvm.org/bugs/attachment.cgi?id=7755
bitcode
There appears to be a problem compiling llvm/clang with clang++ on
OpenBSD/i386.
It does not appear when compiling with GCC 4.2.1 and clang++ compiles
llvm/clang
fine on OpenBSD/amd64.
clang++ -I/home/jsg/src/llvm/include -I/home/jsg/src/llvm/lib/Target/X86
-D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -fPIC
-Woverloaded-virtual -Wcast-qual -pedantic -Wno-long-long -Wall -W
-Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF
"/home/jsg/src/llvm/lib/Target/X86/Release+Asserts/X86JITInfo.d.tmp" -MT
"/home/jsg/src/llvm/lib/Target/X86/Release+Asserts/X86JITInfo.o" -MT
"/home/jsg/src/llvm/lib/Target/X86/Release+Asserts/X86JITInfo.d" X86JITInfo.cpp
-o /home/jsg/src/llvm/lib/Target/X86/Release+Asserts/X86JITInfo.o
fatal error: error in backend: Size expression must be absolute.
--
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