[AMDGPU] Fix runtime-metadata.ll test so it doesn't leave an object file in the sourc...
authorJustin Lebar <jlebar@google.com>
Wed, 14 Dec 2016 23:24:43 +0000 (23:24 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 14 Dec 2016 23:24:43 +0000 (23:24 +0000)
llvm-svn: 289742

llvm/test/CodeGen/AMDGPU/runtime-metadata.ll

index 6c67f8c..abdbc32 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -mtriple=amdgcn--amdhsa -filetype=obj -o - < %s | llvm-readobj -amdgpu-runtime-metadata | FileCheck %s
-; RUN: llc -mtriple=amdgcn--amdhsa -filetype=obj -amdgpu-dump-rtmd -amdgpu-check-rtmd-parser %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=PARSER %s
+; RUN: llc -mtriple=amdgcn--amdhsa -filetype=obj -amdgpu-dump-rtmd -amdgpu-check-rtmd-parser %s -o - 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=PARSER %s
 
 %struct.A = type { i8, float }
 %opencl.image1d_t = type opaque