kent williams
2012-Jan-03 17:35 UTC
[LLVMdev] 'Reference Out Of Range' error building llvm/clang with -O4
This is compiling the Trunk revision from last Friday: reference out of range from _llvm_regerror (1000437F0) in ../../lib/libLLVMSupport.a(regerror.c.o) to cstring=0 (0) in ../../lib/libLLVMSupport.a(regerror.c.o) ld: rel32 out of range in _llvm_regerror from ../../lib/libLLVMSupport.a(regerror.c.o) clang-3: error: linker command failed with exit code 1 (use -v to see invocation) OS X 10.6, compling LLVM with LLVM using -O4
Eli Friedman
2012-Jan-03 17:52 UTC
[LLVMdev] 'Reference Out Of Range' error building llvm/clang with -O4
On Tue, Jan 3, 2012 at 9:35 AM, kent williams <nkwmailinglists at gmail.com> wrote:> This is compiling the Trunk revision from last Friday: > > > reference out of range from _llvm_regerror (1000437F0) in > ../../lib/libLLVMSupport.a(regerror.c.o) to cstring=0 (0) in > ../../lib/libLLVMSupport.a(regerror.c.o) > ld: rel32 out of range in _llvm_regerror from > ../../lib/libLLVMSupport.a(regerror.c.o) > clang-3: error: linker command failed with exit code 1 (use -v to see > invocation) > > OS X 10.6, compling LLVM with LLVM using -O4-O4 has known issues... but I haven't seen that one in particular. Please file a bug at llvm.org/bugs/ . -Eli
Devang Patel
2012-Jan-03 17:58 UTC
[LLVMdev] 'Reference Out Of Range' error building llvm/clang with -O4
Hi Kent, On Jan 3, 2012, at 9:35 AM, kent williams wrote:> This is compiling the Trunk revision from last Friday: > > > reference out of range from _llvm_regerror (1000437F0) in > ../../lib/libLLVMSupport.a(regerror.c.o) to cstring=0 (0) in > ../../lib/libLLVMSupport.a(regerror.c.o) > ld: rel32 out of range in _llvm_regerror from > ../../lib/libLLVMSupport.a(regerror.c.o) > clang-3: error: linker command failed with exit code 1 (use -v to see > invocation) > > OS X 10.6, compling LLVM with LLVM using -O4Please file a bugzilla report with enough information for someone else to reproduce this error. Thanks! - Devang