blob: 49c188ec2578af1809b39e57f11261697c916aba [file] [log] [blame]
Dan Gohman670a60e2015-12-17 20:50:45 +00001; RUN: llc < %s -asm-verbose=false | FileCheck %s
2
3; Test llvm.ident.
4
Dan Gohman0c6f5ac2016-01-07 03:19:23 +00005target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
Dan Gohman670a60e2015-12-17 20:50:45 +00006target triple = "wasm32-unknown-unknown"
7
8; CHECK: .ident "hello world"
9
10!llvm.ident = !{!0}
11
12!0 = !{!"hello world"}