1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[WebAssembly] MC: Don't litter test directory.

llvm-svn: 331442
This commit is contained in:
Benjamin Kramer 2018-05-03 08:25:14 +00:00
parent 0e9558e4c6
commit 8410bf3c2f

View File

@ -1,6 +1,6 @@
; TODO(sbc): Make this test pass by adding support for unnamed tempoaries
; in wasm relocations.
; RUN: not llc -filetype=obj %s 2>&1 | FileCheck %s
; RUN: not llc -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
target triple = "wasm32-unknown-unknown-wasm"