diff options
| author | Fangrui Song <maskray@google.com> | 2019-12-15 15:39:30 -0800 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-12-15 15:43:30 -0800 |
| commit | fdb408f348f91f8eb4ecc32527aebfb6286e55cb (patch) | |
| tree | 96c631aca9c8865da324de704250926034ece530 /llvm/test/CodeGen/WebAssembly | |
| parent | 064e7d1df17dcd7f82215c258e2793aa1f8ed760 (diff) | |
| download | bcm5719-llvm-fdb408f348f91f8eb4ecc32527aebfb6286e55cb.tar.gz bcm5719-llvm-fdb408f348f91f8eb4ecc32527aebfb6286e55cb.zip | |
[MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744
This removes remnant of D15969 which hasn't been removed by D48744.
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/non-executable-stack.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/non-executable-stack.ll b/llvm/test/CodeGen/WebAssembly/non-executable-stack.ll deleted file mode 100644 index b81063724e9..00000000000 --- a/llvm/test/CodeGen/WebAssembly/non-executable-stack.ll +++ /dev/null @@ -1,9 +0,0 @@ -; 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" - -; CHECK-NOT: .note.GNU-stack |

