Skip to content
Snippets Groups Projects
Commit 0397326d authored by Alexander Musman's avatar Alexander Musman
Browse files

[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
parent 0015bb4d
No related branches found
No related tags found
No related merge requests found
// 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'}} // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for'}}
#pragma omp for #pragma omp for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment