search for: llvm_cbe_argv

Displaying 5 results from an estimated 5 matches for "llvm_cbe_argv".

Did you mean: llvm_cbe_argc
2011 Nov 02
3
[LLVMdev] test suite and int main
...ing up the test suite, and I'm seeing a lot of failures from main() not returning int, etc. in some of the tests. Is this normal? For example: Output/2003-07-09-LoadShorts.cbe.c:117:1: error: 'main' must return 'int' unsigned int main(unsigned int llvm_cbe_argc, unsigned char **llvm_cbe_argv); ^ Output/2003-07-09-LoadShorts.cbe.c:117:14: error: first parameter of 'main' (argument count) must be of type 'int' unsigned int main(unsigned int llvm_cbe_argc, unsigned char **llvm_cbe_argv); ^ Output/2003-07-09-LoadShorts.cbe.c:117:14: error: second parameter of &...
2011 Nov 02
2
[LLVMdev] test suite and int main
...() not returning int, etc. in some of the tests. Is this > > normal? > > > > For example: > > Output/2003-07-09-LoadShorts.cbe.c:117:1: error: 'main' must return > > 'int' > > unsigned int main(unsigned int llvm_cbe_argc, unsigned char > > **llvm_cbe_argv); > > Why are you trying to run the test suite using the C backend? > Good question. I just went into my build directory's projects subdirectory, checked out test-suite. Then reran the top-level configure. Then went into the projects/test-suite subdirectory and ran: make TEST=nightl...
2011 Nov 02
0
[LLVMdev] test suite and int main
...ng a lot of failures > from main() not returning int, etc. in some of the tests. Is this > normal? > > For example: > Output/2003-07-09-LoadShorts.cbe.c:117:1: error: 'main' must return > 'int' > unsigned int main(unsigned int llvm_cbe_argc, unsigned char > **llvm_cbe_argv); Why are you trying to run the test suite using the C backend? -Eli
2011 Nov 02
0
[LLVMdev] test suite and int main
...etc. in some of the tests. Is this >>> normal? >>> >>> For example: >>> Output/2003-07-09-LoadShorts.cbe.c:117:1: error: 'main' must return >>> 'int' >>> unsigned int main(unsigned int llvm_cbe_argc, unsigned char >>> **llvm_cbe_argv); >> >> Why are you trying to run the test suite using the C backend? >> > > Good question. I just went into my build directory's projects > subdirectory, checked out test-suite. Then reran the top-level > configure. Then went into the projects/test-suite subdir...
2008 Mar 05
2
[LLVMdev] Error messages in llvm-test
...mparison failed, not a numeric difference between 'U' and 's' ******************** TEST (cbe) 'divides' **************************** --- snip --- The lines that generate the errors are these: 142 unsigned int main(unsigned int llvm_cbe_argc, unsigned char **llvm_cbe_argv) { 181 *(&llvm_cbe_x) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 }; 182 *(&llvm_cbe_y) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 }; 183 *(&llvm_cbe_z) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 }; 191 llvm_cbe_z_tmp_0__PHI_TEMPORARY = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 }; /...