Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/WebAssembly/non-executable-stack.ll @ 128:c347d3398279 default tip
fix
author | mir3636 |
---|---|
date | Wed, 06 Dec 2017 14:37:17 +0900 |
parents | 803732b1fca8 |
children |
line wrap: on
line source
; RUN: llc < %s -asm-verbose=false | FileCheck %s ; Test that we don't emit anything declaring a non-executable stack, ; because wasm's stack is always non-executable. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" target triple = "wasm32-unknown-unknown-wasm" ; CHECK-NOT: .note.GNU-stack