We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c398d commit 0d69e41Copy full SHA for 0d69e41
clang/test/Sema/builtin-amdgcn-fence-failure.cpp
@@ -1,6 +1,5 @@
1
// REQUIRES: amdgpu-registered-target
2
-// RUN: not %clang_cc1 %s -S \
3
-// RUN: -triple=amdgcn-amd-amdhsa 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 %s -o - -S -triple=amdgcn-amd-amdhsa 2>&1 | FileCheck %s
4
5
void test_amdgcn_fence_failure() {
6
0 commit comments