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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
WebAssembly
/
ident.ll
blob
f05ce67a361602fa461bfd14cbbbd406a1204170
1
; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s
2
3
; Test llvm.ident.
4
5
target triple = "wasm32-unknown-unknown"
6
7
; CHECK: .ident "hello world"
8
9
!llvm.ident = !{!0}
10
11
!0 = !{!"hello world"}