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 7eaf470 commit d66b137Copy full SHA for d66b137
llvm/include/llvm/BinaryFormat/ELF.h
@@ -129,7 +129,7 @@ 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
+// http://www.sco.com/developers/gabi/latest/ch4.eheader.html
133
enum {
134
EM_NONE = 0, // No machine
135
EM_M32 = 1, // AT&T WE 32100
0 commit comments