diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-08-23 16:11:14 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-08-23 16:11:14 +0000 |
commit | 729e242a7972f4802f982a4b4dabb964aa299675 (patch) | |
tree | 2dd14a03a492c3edbbb4fd95f31cf9768fda9923 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | f692963600cc2a2748a2963bb3553bbdb4732ac8 (diff) | |
download | bcm5719-llvm-729e242a7972f4802f982a4b4dabb964aa299675.tar.gz bcm5719-llvm-729e242a7972f4802f982a4b4dabb964aa299675.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions