forked from OSchip/llvm-project
Explicitly tell Clang to output to stdout in a test that runs FileCheck
This commit is contained in:
parent
84c398d375
commit
0d69e412c4
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue