Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/WebAssembly/ident.ll @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | |
children | 803732b1fca8 |
line wrap: on
line source
; RUN: llc < %s -asm-verbose=false | FileCheck %s ; Test llvm.ident. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" target triple = "wasm32-unknown-unknown" ; CHECK: .ident "hello world" !llvm.ident = !{!0} !0 = !{!"hello world"}