We allowed the function to return a vector that contains nullptrs
which is weird. This change makes the function to return only
defined symbols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think that the previous version has a hidden bug that if a returned vector contains two symbols {A, B} where A is undefined and B is undefined, it would report an warning that "version script assignment of foo to B failed: symbol not defined".