Skip to content

Instantly share code, notes, and snippets.

@harlanhaskins
Created February 17, 2016 23:19
Show Gist options
  • Save harlanhaskins/5d5d86bffbfec2662e0f to your computer and use it in GitHub Desktop.
Save harlanhaskins/5d5d86bffbfec2662e0f to your computer and use it in GitHub Desktop.
; ModuleID = 'fact.ltr'
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-darwin15.0.0"
; Function Attrs: nounwind readnone
define i64 @main() #0 {
entry:
ret i64 0
}
attributes #0 = { nounwind readnone }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment