[LLVMdev] Creating a GDB 7.5 test suite repository
Chris Lattner
clattner at apple.com
Mon Sep 17 16:57:44 PDT 2012
On Sep 17, 2012, at 11:21 AM, David Blaikie <dblaikie at gmail.com> wrote:
> I'm looking at creating an llvm repository similar to clang-tests, but
> containing a more recent version of the GDB (& possibly other, but I'm
> mostly interested in debug info testing at the moment) test suite.
>
> This code is licensed (among other things, it seems) under GPLv3 which
> may be something that needs to be highlighted.
>
> With all that in mind: is this reasonable? If so, what steps do I need
> to take to bring up a new top level llvm project in Subversion? (& to
> add a git mirror)
Hi David,
It's perfectly fine to do that, just make sure it is in a new svn module, or in the "test-suite" svn module which is already a bizarre mix of different stuff.
-Chris
More information about the llvm-dev
mailing list