[PATCH] D91470: Switch libLLVMFrontendOpenACC to be a regular CMake library and not a "component"
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 17:35:32 PST 2020
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
In D91470#2395385 <https://reviews.llvm.org/D91470#2395385>, @mehdi_amini wrote:
> @clementval : it isn't clear why this is in `llvm/lib/Frontend/`? Should this be a top-level `frontend/lib` kind of structure? There isn't any user of this inside LLVM right now other than flang and it isn't clear to me how it connects to LLVM itself.
You are right, at the moment it is not connected directly to LLVM itself. It was done like this a little bit blindly follow what was done for for the `libLLVMFrontendOpenMP`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91470/new/
https://reviews.llvm.org/D91470
More information about the llvm-commits
mailing list