Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-nm / opaque-pointers.ll
blob151cf5ef9bec9c27a4066f11109d0fe5f2841cdb
1 ; RUN: llvm-as < %s > %t.opaque.bc
2 ; RUN: llvm-ar cr %t.a %S/Inputs/typed.bc %t.opaque.bc
3 ; RUN: llvm-nm --just-symbol-name %t.a | FileCheck %s
5 ; CHECK-LABEL: typed.bc:
6 ; CHECK: test
7 ; CHECK-LABEL: opaque.bc:
8 ; CHECK: test
10 define void @test() {
11   ret void