summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/threadprivate_ast_print.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-03-06 05:43:53 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-03-06 05:43:53 +0000
commit186b28a8cf16e8ab92d88bff287773e508b7377c (patch)
tree4f639b6e6597172d225f039b3120a51c66db4dd0 /clang/test/OpenMP/threadprivate_ast_print.cpp
parent90097491ed557b6140dab4d5989beae66d0a9ad1 (diff)
downloadbcm5719-llvm-186b28a8cf16e8ab92d88bff287773e508b7377c.tar.gz
bcm5719-llvm-186b28a8cf16e8ab92d88bff287773e508b7377c.zip
[OPENMP] Added option -fopenmp=libiomp5|libgomp
llvm-svn: 203081
Diffstat (limited to 'clang/test/OpenMP/threadprivate_ast_print.cpp')
-rw-r--r--clang/test/OpenMP/threadprivate_ast_print.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/OpenMP/threadprivate_ast_print.cpp b/clang/test/OpenMP/threadprivate_ast_print.cpp
index 1cbc0165c3f..bf3b30550ad 100644
--- a/clang/test/OpenMP/threadprivate_ast_print.cpp
+++ b/clang/test/OpenMP/threadprivate_ast_print.cpp
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s
-// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
-// RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print
+// RUN: %clang_cc1 -verify -fopenmp=libiomp5 -ast-print %s | FileCheck %s
+// RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -std=c++11 -emit-pch -o %t %s
+// RUN: %clang_cc1 -fopenmp=libiomp5 -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print
// expected-no-diagnostics
#ifndef HEADER
OpenPOWER on IntegriCloud