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
/
wasm
/
local-symbols.ll
blob
f7c0e837cc9f87c143a99b74c602a4a54de56fea
1
; RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown -o %t.o %s
2
; RUN: llvm-nm %t.o | FileCheck %s
3
4
@foo = internal global i32 1, align 4
5
@bar = global i32 1, align 4
6
7
; CHECK: 00000004 D bar
8
; CHECK: 00000000 d foo