13 lines · plain
1# REQUIRES: powerpc-registered-target2## Test the "--export-symbols" option with bitcode input files.3 4# RUN: llvm-as -o %t32.bc %p/Inputs/bitcode-sym32.ll5# RUN: llvm-as -o %t64.bc %p/Inputs/bitcode-sym64.ll6 7# RUN: llvm-nm --export-symbols %t32.bc %t64.bc | FileCheck %s --check-prefixes=CHECK --implicit-check-not={{.}}8 9# CHECK: C3210# CHECK-NEXT: C6411# CHECK-NEXT: bar6412# CHECK-NEXT: foo3213