[PATCH] D91470: Switch libLLVMFrontendOpenACC to be a regular CMake library and not a "component"
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 19:23:10 PST 2020
Meinersbur added a comment.
Like IRBuilder and OpenMPIRBuilder, I think the OpenACC stuff is meant to be used by frontends outside of LLVM (in the sense of `/llvm/*`) and thus should be exposed as a component and llvm-config, but tested independently of those outside users. OpenACC is standardized for C/C++ as well.
In D91470#2395433 <https://reviews.llvm.org/D91470#2395433>, @mehdi_amini wrote:
> We should dig in the OpenMP side as well.
What do you mean by that?
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