mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
[OPENMP50]Initial support for scan directive.
Addedi basic parsing/sema/serialization support for scan directive.
This commit is contained in:
parent
1cc3b3c8a9
commit
960e248f36
@ -92,6 +92,7 @@ __OMP_DIRECTIVE_EXT(master_taskloop_simd, "master taskloop simd")
|
||||
__OMP_DIRECTIVE_EXT(parallel_master_taskloop_simd,
|
||||
"parallel master taskloop simd")
|
||||
__OMP_DIRECTIVE(depobj)
|
||||
__OMP_DIRECTIVE(scan)
|
||||
|
||||
// Has to be the last because Clang implicitly expects it to be.
|
||||
__OMP_DIRECTIVE(unknown)
|
||||
|
Loading…
Reference in New Issue
Block a user