Skip to content

Instantly share code, notes, and snippets.

@Zoxc
Created July 27, 2015 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zoxc/aaa1034668ea43455c9e to your computer and use it in GitHub Desktop.
Save Zoxc/aaa1034668ea43455c9e to your computer and use it in GitHub Desktop.
; ModuleID = 'bugpoint-reduced-simplified.bc'
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
; Function Attrs: noreturn
declare void @fail()
declare void @llvm.experimental.patchpoint.void(i64, i32, i8*, i32, ...)
define void @test() {
call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 0, i32 0, i8* bitcast (void ()* @fail to i8*), i32 0)
ret void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment