1 ; RUN: llvm-as -o %t.bc %s
2 ; RUN: llvm-lto -exported-symbol=foo -exported-symbol=bar -j2 -o %t.o %t.bc
3 ; RUN: llvm-nm %t.o.0 | FileCheck --check-prefix=CHECK0 %s
4 ; RUN: llvm-nm %t.o.1 | FileCheck --check-prefix=CHECK1 %s
6 ; FIXME: Investigate test failures on these architecures.
7 ; UNSUPPORTED: mips, mipsel, aarch64, powerpc64
9 target triple = "x86_64-unknown-linux-gnu"