forked from OSchip/llvm-project
[WebAssembly] MC: Don't litter test directory.
llvm-svn: 331442
This commit is contained in:
parent
67fdea490d
commit
281919f53f
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue