mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04:00

Add the capability to nest multiple declare target directives - including header files within a declare target region. Differential Revision: https://reviews.llvm.org/D51378 Patch by Patrick Lyster llvm-svn: 341766
4 lines
72 B
C
4 lines
72 B
C
#pragma omp declare target
|
|
void zyx();
|
|
#pragma omp end declare target
|