search for: sqlite_llvm_test

Displaying 2 results from an estimated 2 matches for "sqlite_llvm_test".

2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
.... It hasn't shown any bugs in LLVM, but it is fairly simple to build [even turn off features via -D], and can be CPU intensive. I have integrated SQLite3 into llvm-test's build system, it is too large to send as attachment (784K), you can get it from here: http://edwintorok.googlepages.com/SQLite_llvm_test.tar.gz The testsuite is using tcl, and needs tcl headers available at build-time so I didn't add that [they are mostly I/O bound anyway] Instead I found a "speedtest" script in the sqlite distribution. I modified it to generate sql files instead of directly running sqlite. The resul...
2008 Mar 24
0
[LLVMdev] Adding SQLite3 to llvm test-suite
..., but it is fairly simple to build > [even > turn off features via -D], and can be CPU intensive. > > I have integrated SQLite3 into llvm-test's build system, it is too > large > to send as attachment (784K), you can get it from here: > http://edwintorok.googlepages.com/SQLite_llvm_test.tar.gz > > The testsuite is using tcl, and needs tcl headers available at > build-time so I didn't add that [they are mostly I/O bound anyway] > Instead I found a "speedtest" script in the sqlite distribution. I > modified it to generate sql files instead of directly ru...