Strip debug info in the module if it exists.
To do this, we remove all calls to the debugger intrinsics and any named metadata for debugging. We also remove debug locations for instructions.
True if the module was modified.
| Name | Description |
|---|---|
| M | Module whose debug info is stripped. |