From a091da75b2c15d5e72d4dc4e6b4c99ba321c279b Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Wed, 14 Dec 2016 23:24:43 +0000 Subject: [PATCH] [AMDGPU] Fix runtime-metadata.ll test so it doesn't leave an object file in the source tree. llvm-svn: 289742 --- llvm/test/CodeGen/AMDGPU/runtime-metadata.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AMDGPU/runtime-metadata.ll b/llvm/test/CodeGen/AMDGPU/runtime-metadata.ll index 6c67f8c..abdbc32 100644 --- a/llvm/test/CodeGen/AMDGPU/runtime-metadata.ll +++ b/llvm/test/CodeGen/AMDGPU/runtime-metadata.ll @@ -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 -- 2.7.4