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 eda3898 commit 7670641Copy full SHA for 7670641
compiler-rt/lib/builtins/cpu_model/cpu_model.h
@@ -35,11 +35,11 @@
35
// Contructor that replaces the ifunc runs currently with prio 10, see
36
// the LowerIFuncPass. The resolver of FMV depends on the cpu features so set
37
// the priority to 9.
38
-#define CONSTRUCTOR_PRIOTITY 9
+#define CONSTRUCTOR_PRIORITY 9
39
#else
40
-#define CONSTRUCTOR_PRIOTITY 90
+#define CONSTRUCTOR_PRIORITY 90
41
#endif
42
-#define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(CONSTRUCTOR_PRIOTITY)))
+#define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(CONSTRUCTOR_PRIORITY)))
43
44
// FIXME: For MSVC, we should make a function pointer global in .CRT$X?? so that
45
// this runs during initialization.
0 commit comments