search for: str5

Displaying 11 results from an estimated 11 matches for "str5".

Did you mean: str
2014 Jan 21
2
[LLVMdev] C++0x Bug in CMake?
...ith Clang via CMake. > > I have been debugging a similar issue that I isolated to r199484. The > issue surfaces for me as: > > /opt/centos/devtoolset-1.1/root/usr/bin/ld: > ../../lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.cpp.o): relocation > R_X86_64_32 against `.rodata..L.str5' can not be used when making a > shared object; recompile with -fPIC > ../../lib/libLLVMAArch64CodeGen.a: could not read symbols: Bad value > clang-3.4: error: linker command failed with exit code 1 (use -v to > see invocation) > [ 95%] make[2]: *** [lib/libLTO.so] Error 1 > &...
2007 Aug 16
0
[LLVMdev] Strange error of llvm-ld
Holger, I have just committed a patch to cause the linker to properly propagate error messages from the LinkModules method up to higher levels of the linker. With this change it should tell you with more detail what is going on (why it couldn't link the file in). Please update, rebuild and try again. If you think the error message is wrong after that, please file a bug for this. To get
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
> I think I have experienced this when more than one module > contains definitions for the same values. ie. it should only > be a declaration in one of them. Hmm, when I compile and link this with plain gcc, it everything works. Anyway, llvm-ld should probably not just say "Cannot link file 'blah'", but why it cannot link it. I compiled llvm in with --enable-debug.
2013 Nov 23
2
[LLVMdev] bugpoint question
...*** Debugging code generator crash! Checking to see if we can delete global inits: <llc> - Removing all global inits hides problem! *** Attempting to reduce the number of global variables in the testcase Checking for crash with only these global variables: .str .str1 .str2 .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> Checking for crash with only these blocks: entry cond.true cond.false cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 cond.end25... <20 total>: Cannot find `opt' in PATH! simplifycfg failed! On 11/22/2013 07...
2014 Jan 21
4
[LLVMdev] C++0x Bug in CMake?
Chandler, I may be doing this wrong, but I'm getting a weird error in building LLVM with Clang via CMake. On x86_64: $ CC=clang CXX=clang++ cmake -G Ninja ../../src/llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_TESTS=True -DLLVM_ENABLE_ASSERTIONS=True On ARM: $ CC=clang CXX=clang++ cmake -G Ninja ../src/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install
2013 Nov 23
0
[LLVMdev] bugpoint question
...t; Checking to see if we can delete global inits: <llc> > - Removing all global inits hides problem! > > *** Attempting to reduce the number of global variables in the > testcase > Checking for crash with only these global variables: .str .str1 > .str2 > .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> > Checking for crash with only these blocks: entry cond.true cond.false > cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 > cond.end25... <20 total>: Cannot find `opt' in PATH! > simplifycfg failed!...
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
....rodata 0000000f .str3 > 00002560 l F .text 000001ad fixed_scalar_and_varying_struct_p > -00000480 l O .rodata 00000022 __FUNCTION__.21766 > +00000480 l O .rodata 00000022 __FUNCTION__.21679 > 000004a2 l O .rodata 0000000d .str4 > 000004af l O .rodata 00000010 .str5 > 00002710 l F .text 00000012 aliases_everything_p > 00002730 l F .text 000000a3 decl_for_component_ref > -000004bf l O .rodata 00000017 __FUNCTION__.21932 > +000004bf l O .rodata 00000017 __FUNCTION__.21845 > 000027e0 l F .text 000001fa adjust_offset_for_compo...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...r constant [21 x i8] c"Usage: %s <szarray>\0A\00", align 1 @.str3 = private unnamed_addr constant [2 x i8] c"w\00", align 1 @stderr = external global %struct._IO_FILE* @.str4 = private unnamed_addr constant [28 x i8] c"Cannot open output file %s\0A\00", align 1 @.str5 = private unnamed_addr constant [4 x i8] c"%d \00", align 1 @.str6 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str7 = private unnamed_addr constant [27 x i8] c"Cannot open input file %s\0A\00", align 1 @.str8 = private unnamed_addr constant [3 x i8] c&q...
2013 Nov 23
0
[LLVMdev] bugpoint question
----- Original Message ----- > From: "reed kotler" <rkotler at mips.com> > To: LLVMdev at cs.uiuc.edu > Sent: Friday, November 22, 2013 8:40:24 PM > Subject: [LLVMdev] bugpoint question > > This is my first time using bugpoint. I'm getting the following > error: > > /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc > --tool-args >
2013 Nov 23
2
[LLVMdev] bugpoint question
This is my first time using bugpoint. I'm getting the following error: /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc --tool-args -target mips-linux-gnu -mcpu=mips16 -mips16-constant-islands Read input file : 'casts.bc' *** All input ok Initializing execution environment: Found llc: /home/rkotler/llvmw/install/bin/llc Sorry, I can't automatically select a