For some reason null is a valid MC target, used from clang with
-emit-codegen-only. Previously the target streamer was null,
which was inconsistently null checked resulting in crashes
if using amdhsa.
Details
Details
- Reviewers
scott.linder kzhuravl rampitec MaskRay - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
The layering is strange. This patch ideally should land before the clang patch.