Because the new pass manager exposes the pass types, member functions on those passes become exported symbols by default. We can use LLVM_LIBRARY_VISIBILITY to restrict their linkage to be accessible within the LLVM dynamic library itself, but not exported from it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM