Skip to content

Commit ac9ee33

Browse files
committed
Remove unsupported probe-stack metadata.
1 parent e273d71 commit ac9ee33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/irgen.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ function irgen(@nospecialize(job::CompilerJob))
1818
EnumAttribute("sspstrong", 0))
1919
end
2020

21+
delete!(function_attributes(llvmf),
22+
StringAttribute("probe-stack", "inline-asm"))
23+
2124
if Sys.iswindows()
2225
personality!(llvmf, nothing)
2326
end

0 commit comments

Comments
 (0)