[PATCH] D24830: [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 07:40:10 PDT 2016
grimar added inline comments.
================
Comment at: ELF/LinkerScript.cpp:713
@@ +712,3 @@
+template <class ELFT>
+void LinkerScript<ELFT>::writeDataBytes(StringRef Name, uint8_t *Buf) {
+ const endianness E = ELFT::TargetEndianness;
----------------
Done.
https://reviews.llvm.org/D24830
More information about the llvm-commits
mailing list