From: David Blaikie Date: Sat, 22 Apr 2017 07:53:40 +0000 (+0000) Subject: Fix test from polluting the source tree X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dae36df6c64fe944a09db9a70538408153962085;p=llvm Fix test from polluting the source tree (though this seems like a "does this not crash" test - which isn't very good. Should be fixed) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301071 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll b/test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll index 4c598f69dfb..bafafa33016 100644 --- a/test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll +++ b/test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll @@ -1,4 +1,4 @@ -; RUN: llc -march amdgcn %s -filetype=obj +; RUN: llc -march amdgcn %s -filetype=obj -o /dev/null ; RUN: llc -march amdgcn <%s | FileCheck %s define amdgpu_kernel void @f() { ; CHECK: ; divergent unreachable