mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-06 09:28:50 +00:00
Fix failing taskloop tests by omitting gcc
We do not have GOMP interface support for taskloop yet. llvm-svn: 308351
This commit is contained in:
parent
d839749ae8
commit
1c50ee64a2
@ -1,5 +1,7 @@
|
||||
// RUN: %libomp-compile-and-run
|
||||
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
|
||||
// UNSUPPORTED: gcc
|
||||
// We do not yet have the GOMP interface for taskloop
|
||||
/*
|
||||
* Test for taskloop
|
||||
* Method: caculate how many times the iteration space is dispatched
|
||||
|
@ -1,5 +1,7 @@
|
||||
// RUN: %libomp-compile-and-run
|
||||
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
|
||||
// UNSUPPORTED: gcc
|
||||
// We do not yet have the GOMP interface for taskloop
|
||||
/*
|
||||
* Test for taskloop
|
||||
* Method: caculate how many times the iteration space is dispatched
|
||||
|
Loading…
x
Reference in New Issue
Block a user