1 ; RUN: llvm-as %s -o %t.o
3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
4 ; RUN: -m elf_x86_64 --plugin-opt=emit-asm \
5 ; RUN: -shared %t.o -o %t2.s
6 ; RUN: FileCheck --input-file %t2.s %s
8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
9 ; RUN: -m elf_x86_64 --plugin-opt=emit-asm --plugin-opt=lto-partitions=2\
10 ; RUN: -shared %t.o -o %t2.s
11 ; RUN: cat %t2.s %t2.s1 > %t3.s
12 ; RUN: FileCheck --input-file %t3.s %s
14 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
15 target triple = "x86_64-unknown-linux-gnu"