Skip to content

Commit 3679d20

Browse files
committed
[NCF][OpenMP] Fix metadirective test on SystemZ
1 parent 5edd79f commit 3679d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/OpenMP/metadirective_ast_print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cc1 -verify -fopenmp -x c -std=c99 -ast-print %s -o - | FileCheck %s
1+
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-linux-gnu -x c -std=c99 -ast-print %s -o - | FileCheck %s
22

3-
// RUN: %clang_cc1 -verify -fopenmp-simd -x c -std=c99 -ast-print %s -o - | FileCheck %s
3+
// RUN: %clang_cc1 -verify -fopenmp-simd -triple x86_64-unknown-linux-gnu -x c -std=c99 -ast-print %s -o - | FileCheck %s
44
// expected-no-diagnostics
55

66
#ifndef HEADER

0 commit comments

Comments
 (0)