comparison test/CodeGen/WebAssembly/globl.ll @ 95:afa8332a0e37

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents
children 7d135dc70f03
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
2
3 target datalayout = "e-p:32:32-i64:64-n32:64-S128"
4 target triple = "wasm32-unknown-unknown"
5
6 ; CHECK: .globl foo
7 ; CHECK-LABEL: foo:
8 define void @foo() {
9 ret void
10 }