Skip to content
Commit 729e242a authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[OPENMP5.0]Add support for device_type clause in declare target

construct.

OpenMP 5.0 introduced new clause for declare target directive, device_type clause, which may accept values host, nohost, and any. Host means
that the function must be emitted only for the host, nohost - only for
the device, and any - for both, device and the host.

llvm-svn: 369775
parent f6929636
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment