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 091448e commit 2405c5fCopy full SHA for 2405c5f
llvm/include/llvm/BinaryFormat/ELF.h
@@ -127,9 +127,11 @@ enum {
127
// Versioning
128
enum { EV_NONE = 0, EV_CURRENT = 1 };
129
130
-// Machine architectures
131
-// See current registered ELF machine architectures at:
132
-// http://www.uxsglobal.com/developers/gabi/latest/ch4.eheader.html
+// Machine architectures.
+// At the time of writing, the list of registered machine architectures is
+// 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.
135
enum {
136
EM_NONE = 0, // No machine
137
EM_M32 = 1, // AT&T WE 32100
0 commit comments