[all-commits] [llvm/llvm-project] ca98ba: [openacc] Rename generated file from ACC.cpp.inc t...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Jan 14 11:24:24 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca98baa042538e1a8654dd86b24d1602df9a1aec
https://github.com/llvm/llvm-project/commit/ca98baa042538e1a8654dd86b24d1602df9a1aec
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-acc-structure.h
M llvm/include/llvm/Frontend/OpenACC/CMakeLists.txt
M llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenACC/BUILD.gn
Log Message:
-----------
[openacc] Rename generated file from ACC.cpp.inc to ACC.inc to match D92955
This patch rename the tablegen generated file ACC.cpp.inc to ACC.inc in order
to match what was done in D92955. This file is included in header file as well as .cpp
file so it make more sense.
Reviewed By: sameeranjoshi
Differential Revision: https://reviews.llvm.org/D93485
More information about the All-commits
mailing list