Explicitly tell Clang to output to stdout in a test that runs FileCheck

This commit is contained in:
Dmitri Gribenko 2020-04-27 10:03:45 +02:00
parent 84c398d375
commit 0d69e412c4
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
// REQUIRES: amdgpu-registered-target
// RUN: not %clang_cc1 %s -S \
// RUN: -triple=amdgcn-amd-amdhsa 2>&1 | FileCheck %s
// RUN: not %clang_cc1 %s -o - -S -triple=amdgcn-amd-amdhsa 2>&1 | FileCheck %s
void test_amdgcn_fence_failure() {