diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-22 12:20:41 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-22 12:20:41 +0000 |
commit | 9e4b820484c2e0a099b9dd4f693728a88e1bc046 (patch) | |
tree | 46c25df031fab253d13bc2834c5b6504c9e42339 /clang/test/OpenMP/simd_codegen.cpp | |
parent | 62dbb979c0bd3ab34d0b60b6fedfb66321d81dcf (diff) | |
download | bcm5719-llvm-9e4b820484c2e0a099b9dd4f693728a88e1bc046.tar.gz bcm5719-llvm-9e4b820484c2e0a099b9dd4f693728a88e1bc046.zip |
[OPENMP] Fixed test incompatibility for simd codegen.
llvm-svn: 235501
Diffstat (limited to 'clang/test/OpenMP/simd_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/simd_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/simd_codegen.cpp b/clang/test/OpenMP/simd_codegen.cpp index c8998ebda03..c6381682580 100644 --- a/clang/test/OpenMP/simd_codegen.cpp +++ b/clang/test/OpenMP/simd_codegen.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s +// RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -triple x86_64-unknown-unknown -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -g -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp=libiomp5 -fexceptions -fcxx-exceptions -gline-tables-only -x c++ -emit-llvm %s -o - | FileCheck %s --check-prefix=TERM_DEBUG |