[flang] Don't use-associate intrinsics
When an intrinsic is referenced in a module scope, a symbol for it is added. When that module is USEd, the intrinsic should not be included. Otherwise we can get ambiguous reference errors with the same intrinsic coming from two difference modules. Differential Revision: https://reviews.llvm.org/D83905
Loading
Please sign in to comment