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 e273d71 commit ac9ee33Copy full SHA for ac9ee33
1 file changed
src/irgen.jl
@@ -18,6 +18,9 @@ function irgen(@nospecialize(job::CompilerJob))
18
EnumAttribute("sspstrong", 0))
19
end
20
21
+ delete!(function_attributes(llvmf),
22
+ StringAttribute("probe-stack", "inline-asm"))
23
+
24
if Sys.iswindows()
25
personality!(llvmf, nothing)
26
0 commit comments