repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-nm
/
opaque-pointers.ll
blob
151cf5ef9bec9c27a4066f11109d0fe5f2841cdb
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
4
5
; CHECK-LABEL: typed.bc:
6
; CHECK: test
7
; CHECK-LABEL: opaque.bc:
8
; CHECK: test
9
10
define void @test() {
11
ret void
12
}