On Sat, Aug 27, 2011 at 11:08 PM, Pekka Enberg <penberg@xxxxxxxxxx> wrote: >> Jeff Garzik and myself have been hacking on LLVM backed for Sparse. The >> sources >> are available on Github: >> >> git clone git://github.com/penberg/sparse-llvm.git On Sun, Aug 28, 2011 at 11:51 AM, Christopher Li <sparse@xxxxxxxxxxx> wrote: > Very impressive. That is some sparse 0.5 material. > I will start merging it as soon as I release 0.4.4 > > I play around with it a little bit, It seems choke on the hello > world program. Shouldn't be hard to fix though. It's alive! $ cat validation/backend/hello.c #include <stdio.h> int main(int argc, char *argv[]) { puts("hello, world"); return 0; } /* * check-name: 'hello, world' code generation * check-command: ./sparsec -c $file -o tmp.o */ $ ./sparsec -c validation/backend/hello.c -o tmp.o && gcc tmp.o && ./a.out hello, world You can find details in this commit: https://github.com/penberg/sparse-llvm/commit/deb11bd4ee6ed46bce6a5e35a69ada519d81a0a8 Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html