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.
2 parents bffbbe6 + b55a72b commit c4b0fdfCopy full SHA for c4b0fdf
compiler-rt/lib/builtins/cpu_model/aarch64.c
@@ -30,9 +30,7 @@ typedef struct __ifunc_arg_t {
30
31
// LSE support detection for out-of-line atomics
32
// using HWCAP and Auxiliary vector
33
-#if defined(_MSC_VER)
34
-__declspec(allocate(".data"))
35
-#else
+#if !defined(_MSC_VER)
36
__attribute__((__visibility__("hidden"), __nocommon__))
37
#endif
38
_Bool __aarch64_have_lse_atomics = false;
0 commit comments