[clang] 3679d20 - [NCF][OpenMP] Fix metadirective test on SystemZ

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 10:23:14 PDT 2021


Author: cchen
Date: 2021-09-20T12:22:54-05:00
New Revision: 3679d2001c87f37101e7f20c646b21e97d8a0867

URL: https://github.com/llvm/llvm-project/commit/3679d2001c87f37101e7f20c646b21e97d8a0867
DIFF: https://github.com/llvm/llvm-project/commit/3679d2001c87f37101e7f20c646b21e97d8a0867.diff

LOG: [NCF][OpenMP] Fix metadirective test on SystemZ

Added: 
    

Modified: 
    clang/test/OpenMP/metadirective_ast_print.c

Removed: 
    


################################################################################
diff  --git a/clang/test/OpenMP/metadirective_ast_print.c b/clang/test/OpenMP/metadirective_ast_print.c
index c09da50ab3ec3..582de7c606da5 100644
--- a/clang/test/OpenMP/metadirective_ast_print.c
+++ b/clang/test/OpenMP/metadirective_ast_print.c
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -verify -fopenmp -x c -std=c99 -ast-print %s -o - | FileCheck %s
+// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-linux-gnu -x c -std=c99 -ast-print %s -o - | FileCheck %s
 
-// RUN: %clang_cc1 -verify -fopenmp-simd -x c -std=c99 -ast-print %s -o - | FileCheck %s
+// RUN: %clang_cc1 -verify -fopenmp-simd -triple x86_64-unknown-linux-gnu -x c -std=c99 -ast-print %s -o - | FileCheck %s
 // expected-no-diagnostics
 
 #ifndef HEADER


        


More information about the cfe-commits mailing list