Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created July 22, 2020 21:04
Show Gist options
  • Save alexcrichton/4140b895841db2395b6d5d5a12a60da4 to your computer and use it in GitHub Desktop.
Save alexcrichton/4140b895841db2395b6d5d5a12a60da4 to your computer and use it in GitHub Desktop.
target triple = "x86_64-apple-macosx10.7.0"
define void @foo() #0 {
start:
%_huge_stack = alloca [1024 x i64], align 8
call void @bar()
ret void
}
declare void @bar()
attributes #0 = { uwtable "probe-stack"="__probestack" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment