This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Hardware tracer mode emits full debugging info. #45
Comments
I think the latter is supposed to read:
i.e. hw, not sw, right? |
In fact, there are many references to sw, which should be hw I think. |
Yes, that should be all |
I think we can just edit this issue and cross out the stuff we have done already. |
ptersilie
changed the title
hardware tracer mode shouldn't require -g
Hardware tracer mode shouldn't require debuginfo
Feb 12, 2020
vext01
changed the title
Hardware tracer mode shouldn't require debuginfo
Hardware tracer mode emits full debugging info.
Nov 25, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).The text was updated successfully, but these errors were encountered: