Home | History | Annotate | Download | only in X86
      1 ; RUN: llvm-as -o %t %s
      2 ; RUN: llvm-lto2 dump-symtab %t | FileCheck %s
      3 
      4 ; CHECK: target triple: x86_64-unknown-linux-gnu
      5 target triple = "x86_64-unknown-linux-gnu"
      6 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
      7 
      8 ; CHECK-NOT: linker opts:
      9 !0 = !{!"/include:foo"}
     10 !llvm.linker.options = !{ !0 }
     11 
     12 @g1 = global i32 0
     13 
     14 ; CHECK-NOT: fallback g1
     15 @g2 = weak alias i32, i32* @g1
     16