We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8744921 commit d459be3Copy full SHA for d459be3
llvm/include/llvm/BinaryFormat/ELF.h
@@ -131,7 +131,7 @@ enum { EV_NONE = 0, EV_CURRENT = 1 };
131
// At the time of writing, the list of registered machine architectures is
132
// at https://groups.google.com/g/generic-abi/c/0kORSDcyhTE/m/ZRf_PvcHAAAJ
133
// Please refer to https://groups.google.com/g/generic-abi for any further
134
-// updates
+// updates.
135
enum {
136
EM_NONE = 0, // No machine
137
EM_M32 = 1, // AT&T WE 32100
0 commit comments