[all-commits] [llvm/llvm-project] 011d38: [OpenACC] Update OpenACC macro, remove override macro
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Jul 17 09:13:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 011d38bdac95647a872a5faa339465e26535df35
https://github.com/llvm/llvm-project/commit/011d38bdac95647a872a5faa339465e26535df35
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths:
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Driver/openacc.c
M clang/test/Preprocessor/openacc.c
Log Message:
-----------
[OpenACC] Update OpenACC macro, remove override macro
As we are now Sema-complete for OpenACC 3.4 (and thus have a conforming
implementation, in all modes), we can now set the _OPENACC macro
correctly.
Additionally, we remove the temporary 'override' functionality, which
was intended to allow people to experiment with this. We aren't having a
deprecation period as OpenACC support is still considered experimental.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list