Depends on D76451.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This seems fine-grained even for vlog. Is this for debugging, can it be dlog()? (i.e. available in asserts-enabled builds behind -debug or -debug-only=XRefs.cpp)
Comment Actions
The intent is to be able to run a production build on a production codebase and see why a particular instance of navigation failed. However, it's not super important that this land; if you don't think it's useful for others, I can just run with it applied locally.