[all-commits] [llvm/llvm-project] 32d914: [flang][openacc] Only issue a warning when acc rou...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Nov 1 13:00:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32d91449ef98c267715b346871912a34899a8e64
https://github.com/llvm/llvm-project/commit/32d91449ef98c267715b346871912a34899a8e64
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Only issue a warning when acc routine func is not found (#70964)
Do not issue a hard error when the function in acc routine directive is
not present in the current translation unit. Only issue a warning.
More information about the All-commits
mailing list