[Openmp-commits] [PATCH] D83268: [OpenMP][NFC] Remove unused (always fixed) arguments
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 7 06:59:40 PDT 2020
jdoerfert added a comment.
In D83268#2136031 <https://reviews.llvm.org/D83268#2136031>, @ABataev wrote:
> There is still compatibility between clang10 and clang11. Or they are incompatible in LLVM IR level?
That is the point. They might or might not be, right? There is no guarantee they are.
> Also, there was a mode (I don't remember if it was removed or not) where the runtime library could be linked as `.a` library, without LLVM IR inlining.
That mode is deprecated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83268/new/
https://reviews.llvm.org/D83268
More information about the Openmp-commits
mailing list