[all-commits] [llvm/llvm-project] 4db88a: [OpenMP][Clang] Move partial support of reverse of...
Saiyedul Islam via All-commits
all-commits at lists.llvm.org
Tue Feb 8 23:13:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4db88a54b6d4bd38fe38dbe57ec2a156ff3c144e
https://github.com/llvm/llvm-project/commit/4db88a54b6d4bd38fe38dbe57ec2a156ff3c144e
Author: Saiyedul Islam <Saiyedul.Islam at amd.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M clang/test/OpenMP/requires_ast_print.cpp
M clang/test/OpenMP/requires_messages.cpp
M clang/test/OpenMP/requires_target_messages.cpp
M clang/test/OpenMP/target_ast_print.cpp
M clang/test/OpenMP/target_device_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[OpenMP][Clang] Move partial support of reverse offload to a future version
OpenMP Spec 5.2 requires unimplemented requires clauses to produce
compile time error termination. Moving current partial support of
reverse_offload to a distant future version 9.9 so that existing
code can be tested and maintained until a complete implementation
is available.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D119256
More information about the All-commits
mailing list