Does test-suite work with clang, or do I still need llvm-gcc?
On 10/17/10 3:28 PM, Kenneth Uildriks wrote:> Does test-suite work with clang, or do I still need llvm-gcc?It works with Clang. The buildbots run it with clang all the time. Chip
On Sun, Oct 17, 2010 at 4:45 PM, Charles Davis <cdavis at mymail.mines.edu> wrote:> On 10/17/10 3:28 PM, Kenneth Uildriks wrote: >> Does test-suite work with clang, or do I still need llvm-gcc? > It works with Clang. The buildbots run it with clang all the time. > > Chip >Thanks, it works nicely. I tried it several months ago and had all kinds of trouble with it. Now it's easy to run my changes through it and see where it breaks.