Created
July 22, 2020 21:04
-
-
Save alexcrichton/4140b895841db2395b6d5d5a12a60da4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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