brintos

brintos / llvm-project-archived public Read only

0
0
Text · 374 B · 38da23e Raw
16 lines · plain
1target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"2target triple = "x86_64-pc-linux-gnu"3 4; The source for the GUID for this symbol will be -:F5source_filename = "-"6define internal fastcc i64 @F() {7  ret i64 08}9 10@llvm.global_ctors = appending global [0 x { i32, ptr, ptr }] zeroinitializer11 12define i64 @G() {13  ;%1 = load i32, ptr @dummy2, align 414  ret i64 015}16