[Openmp-commits] [PATCH] D71988: [OpenMP][WIP] Make the kmp_depend_info type fit in 128 bits.
Roman Lebedev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 30 00:07:02 PST 2019
lebedev.ri added a comment.
This & D71987 <https://reviews.llvm.org/D71987> - please note that if those types are not internal to the library,
(and they are not since they are produced by clang codegen), i suspect they can not
just be changed as it would cause an API/ABI break for already-compiled code,
and even newly-compiled code with previous compiler releases.
I would expect that some versioning is needed..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71988/new/
https://reviews.llvm.org/D71988
More information about the Openmp-commits
mailing list