Chris Lattner wrote:> Hi Gabor, I don't see OperandTraits.h.Sorry, I relied "svn diff" to include freshly added files. Apparently it did not :-/ Here are they. I pondered of putting all in Use.cpp into Value.cpp, but I am not so sure. Cheers, Gabor -------------- next part -------------- A non-text attachment was scrubbed... Name: OperandTraits.h Type: application/octet-stream Size: 5433 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080429/ee0e1f8e/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: Use.cpp Type: application/octet-stream Size: 3910 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080429/ee0e1f8e/attachment-0001.obj>
On Apr 29, 2008, at 9:40 AM, Gabor Greif wrote:> Sorry, I relied "svn diff" to include freshly added files.svn add file svn diff . will show it.
> svn add file > svn diff . > > will show it.and "svn st" will show you what files you forgot to add ... or which one you forgot to exclude via "svn propedit svn:ignore <path-to-directory>".
Mike, Holger, thanks for the tips, but being a long-time subversion user, I already knew this all :-) The problem was that I did an SVN merge from branch to trunk, and I ended up with: ... M include/llvm/User.h A + include/llvm/OperandTraits.h M include/llvm/Instruction.h ... The little "+" after the "A" means, the file got copied unchanged, and I think this is the reason why it got excluded from "svn diff". Anyway, the files can also be inspected by "svn cat http://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/OperandTraits.h" etc. Cheers, Gabor On Apr 30, 3:06 am, Mike Stump <m... at apple.com> wrote:> On Apr 29, 2008, at 9:40 AM, Gabor Greif wrote: > > > Sorry, I relied "svn diff" to include freshly added files. > > svn add file > svn diff . > > will show it. > _______________________________________________ > LLVM Developers mailing list > LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev