This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Description
Currently, if you pass -C tracer=hw you will only get code with DILabels if you enable debuginfo as well. This isn't ideal.
Currently, when using -C tracer=hw we implicitly enable debuginfo. If possible, it would be better if we could find a way to build the necessary debug contexts but without emitting regular debug info (e.g. by using some special debuginfo mode that only adds our labels).