From: Alexander Musman Date: Mon, 6 Oct 2014 11:36:48 +0000 (+0000) Subject: [OPENMP] Fix target triple of a test, which uses __int128 type X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0397326df25a01e6e68266a0ee694012924904a1;p=clang [OPENMP] Fix target triple of a test, which uses __int128 type git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/OpenMP/for_misc_messages.c b/test/OpenMP/for_misc_messages.c index ab40570e3e..8a721807d8 100644 --- a/test/OpenMP/for_misc_messages.c +++ b/test/OpenMP/for_misc_messages.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fopenmp=libiomp5 -verify %s +// RUN: %clang_cc1 -fsyntax-only -fopenmp=libiomp5 -triple x86_64-unknown-unknown -verify %s // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for'}} #pragma omp for