Previously we had an assert but this can actually occur in valid user
code so we need to handle this in release builds too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38508 Build 38507: arc lint + arc unit
Event Timeline
Comment Actions
Is there any easy way to print the name of the symbol? One thing I discovered when working with a user with a big codebase is that these backend error messages we have aren't very useful, even for us who know exactly what they mean.
Comment Actions
This does include the name of symbol in the error. I admit there are other place in the binary reader where we don't do that.