diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2023-02-20 13:58:28 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2023-02-20 14:19:50 +0800 |
commit | c5cb1117e19273a26499a1e18770b74bdf3b9ade (patch) | |
tree | c75540ee5466ec867c022cd2affca55629947647 /llvm/lib/Transforms/Utils/LoopVersioning.cpp | |
parent | df9c5bd8d2e6a060b342aa4ac46a9c3313ba2282 (diff) | |
download | llvm-c5cb1117e19273a26499a1e18770b74bdf3b9ade.zip llvm-c5cb1117e19273a26499a1e18770b74bdf3b9ade.tar.gz llvm-c5cb1117e19273a26499a1e18770b74bdf3b9ade.tar.bz2 |
[Modules] Handle the visibility of GMF during the template instantiation
Close https://github.com/llvm/llvm-project/issues/60775
Previously, we will mark all the declarations in the GMF as not visible
to other module units. But this is too strict and the users may meet
problems during the template instantiation like the above exampel shows.
The patch addresseds the problem.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions