[PATCH] D32154: [AVR] Migrate to new MCAsmInfo CodePointerSize
Leslie Zhai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 18:33:40 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL300641: [AVR] Migrate to new MCAsmInfo CodePointerSize (authored by xiangzhai).
Changed prior to commit:
https://reviews.llvm.org/D32154?vs=95530&id=95671#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32154
Files:
llvm/trunk/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
Index: llvm/trunk/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
+++ llvm/trunk/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
@@ -26,5 +26,4 @@
UseIntegratedAssembler = true;
}
-
} // end of namespace llvm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32154.95671.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/c3e801b6/attachment.bin>
More information about the llvm-commits
mailing list