I missed a comment in D98279 that you don't need to copy pass options.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm wondering though, wouldn't it be cleaner to implement the copy c'tor for Pass::Option so that passes (like SerializeToBlobPass here) can use the default copy c'tor?