[PATCH] D17008: [lanai] Add ELF enum value and relocations
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 00:15:41 PST 2016
echristo added a subscriber: echristo.
echristo added a comment.
One inline comment. Are there any more testcases to test RelocToApply, readobj, etc?
-eric
================
Comment at: include/llvm/Support/ELF.h:322
@@ -318,1 +321,3 @@
+ // updated to use it.
+ EM_LANAI = 0x8123 // Lanai 32-bit processor
};
----------------
Add the extra comma at the end here...
http://reviews.llvm.org/D17008
More information about the llvm-commits
mailing list