[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / gold / X86 / pr19901_thinlto.ll
blob612bea977bf2ad782c39e552e3d4af972de485a2
1 ; RUN: llc %s -o %t.o -filetype=obj -relocation-model=pic
2 ; RUN: opt -module-summary %p/Inputs/pr19901-1.ll -o %t2.o
3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
4 ; RUN:     --plugin-opt=thinlto \
5 ; RUN:     -shared -m elf_x86_64 -o %t.so %t2.o %t.o
6 ; RUN: llvm-readobj --symbols %t.so | FileCheck %s
8 ; CHECK:       Symbol {
9 ; CHECK:         Name: f
10 ; CHECK-NEXT:    Value:
11 ; CHECK-NEXT:    Size:
12 ; CHECK-NEXT:    Binding: Local
13 ; CHECK-NEXT:    Type: Function
14 ; CHECK-NEXT:    Other
15 ; CHECK-NOT:     Seciton
16 ; CHECK:         Section: .text
17 ; CHECK-NEXT:  }
19 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
20 target triple = "x86_64-unknown-linux-gnu"
21 define i32 @g() {
22   call void @f()
23   ret i32 0
25 define linkonce_odr hidden void @f() {
26   ret void