On Jul 16, 2007, at 6:06 PM, Reid Spencer wrote: > On Mon, 2007-07-16 at 17:57 -0700, Chris Lattner wrote: > >> Cool, the support module sounds good. Lets do it and get things >> settled before tackling the core module. > > Yup. I only created core because I was "there" and knew it needed to > come along at some point. I'm close to having the first support module > increment done. First goal is to get it to configure without all the > llvm (core) baggage. If that works, I'll have > increments that do: > * makefile system > * System library > * Support library + ADT headers > * scons stuff from hlvm > > When that's all good to go then I'll try connecting llvm to support > module. Then we can talk about "core" :)
Sounds great, another bullet: dejagnu support. In clang, I have a hacked together 'make test' that runs stuff with the old testrunner.sh script. It would be nice to be able to do the right thing here :) -Chris _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
