This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Register null target streamer for RISC-V
ClosedPublic

Authored by pzheng on May 20 2020, 7:19 PM.

Details

Summary

This fixes two llc crashes with the following tests when RISC-V is the default
target.

LLVM :: DebugInfo/Generic/global.ll
LLVM :: DebugInfo/Generic/inlined-strings.ll

Diff Detail

Event Timeline

pzheng created this revision.May 20 2020, 7:19 PM

Use clang-format to format your commit.

pzheng updated this revision to Diff 265507.EditedMay 21 2020, 8:02 AM

Rebase and clang-format

This revision is now accepted and ready to land.May 22 2020, 1:43 AM

Thanks for reviewing, @HsiangKai.

This revision was automatically updated to reflect the committed changes.