linkage2.ll 422 B

1234567891011121314
  1. ; RUN: llvm-link %s %p/Inputs/linkage2.ll -S | FileCheck %s
  2. ; RUN: llvm-link %p/Inputs/linkage2.ll %s -S | FileCheck %s
  3. @test1_a = common global i8 0
  4. ; CHECK-DAG: @test1_a = common global i8 0
  5. @test2_a = global i8 0
  6. ; CHECK-DAG: @test2_a = global i8 0
  7. @test3_a = common global i8 0
  8. ; CHECK-DAG: @test3_a = common global i16 0
  9. @test4_a = common global i8 0, align 8
  10. ; CHECK-DAG: @test4_a = common global i16 0, align 8