brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · f05ce67 Raw
12 lines · plain
1; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s2 3; Test llvm.ident.4 5target triple = "wasm32-unknown-unknown"6 7; CHECK: .ident "hello world"8 9!llvm.ident = !{!0}10 11!0 = !{!"hello world"}12