brintos

brintos / llvm-project-archived public Read only

0
0
Text · 400 B · 9866666 Raw
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