[LLVMdev] PATCH: llvm-top git support and out-of-tree building for llvm
Michael Schuerig
michael at schuerig.de
Sun Jan 18 17:07:45 PST 2009
What: The original scripts in llvm-top assume that they're dealing with
a subversion working copy. The patch adds support for a git repository
cloned using git svn.
The other two patches make llvm (core) do an out-of-tree build, i.e.,
the source tree is kept clean, and tells llvm-gcc-4.2 to find llvm in
the right (new) place.
Why: Using git it is possible to fiddle locally with the code, have the
original as well as the changes in version control, and keep up with
updates from the central SVN repository.
Out-of-tree builds make it easier to distinguish what files are changed,
added, or generated.
Michael
--
Michael Schuerig
mailto:michael at schuerig.de
http://www.schuerig.de/michael/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-gcc-out-of-tree.diff
Type: text/x-diff
Size: 1212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/ab2b868a/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-out-of-tree.diff
Type: text/x-diff
Size: 1658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/ab2b868a/attachment-0001.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-top-git.diff
Type: text/x-diff
Size: 2714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/ab2b868a/attachment-0002.diff>
More information about the llvm-dev
mailing list