lto-attributes.ll 318 B

12345678910
  1. ; RUN: llvm-link -S %s -o - | FileCheck %s
  2. ; CHECK-DAG: @foo = private externally_initialized global i8* null
  3. @foo = private externally_initialized global i8* null
  4. @useFoo = global i8** @foo
  5. ; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
  6. @array = appending global [7 x i8] c"abcdefg", align 1