13 lines · plain
1; RUN: llvm-as -o %t.bc %s2; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext -plugin-opt=emit-llvm \3; RUN: --no-map-whole-files -r -o %t2.bc %t.bc4; RUN: llvm-dis < %t2.bc -o - | FileCheck %s5 6; CHECK: main7 8target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"9 10define i32 @main() {11 ret i32 012}13