This allows us to more easily test opaque pointers e.g. in the case of
ThinLTO where we only have to pass -opaque-pointers to the frontend.
Details
Details
- Reviewers
nikic - Group Reviewers
Restricted Project - Commits
- rG46216aa97729: [OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an opaque…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
still trying to figure out how bitcode is parsed to see if this works in all situations
Comment Actions
currently we write the type table before creating values so I think this should be fine