[llvm-commits] [llvm] r78914 - in /llvm/trunk/lib/Target/PIC16: AsmPrinter/ AsmPrinter/CMakeLists.txt AsmPrinter/Makefile AsmPrinter/PIC16AsmPrinter.cpp AsmPrinter/PIC16AsmPrinter.h Makefile PIC16TargetMachine.cpp PIC16TargetMachine.h
Daniel Dunbar
daniel at zuster.org
Thu Aug 13 10:25:13 PDT 2009
Hi Sanjiv,
Thanks for doing this.
On Thu, Aug 13, 2009 at 9:37 AM, Sanjiv Gupta<sanjiv.gupta at microchip.com> wrote:
> Added:
> llvm/trunk/lib/Target/PIC16/AsmPrinter/
> llvm/trunk/lib/Target/PIC16/AsmPrinter/CMakeLists.txt
> llvm/trunk/lib/Target/PIC16/AsmPrinter/Makefile
> llvm/trunk/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
> llvm/trunk/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
Note that 'svn mv' is useful for moving a file inside the source tree,
this does the add and the remove, and I believe tracks revision info
history somewhat better.
- Daniel
More information about the llvm-commits
mailing list