This is an archive of the discontinued LLVM Phabricator instance.

[lto] Initialize asmparsers.
ClosedPublic

Authored by silvas on Mar 9 2016, 9:01 PM.

Details

Summary

They are needed for inline asm during LTO.

In particular we hit the report_fatal_error on
llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp:138

LLVM ERROR: Inline asm not supported by this streamer because we don't have an asm parser for this target

Diff Detail

Event Timeline

silvas updated this revision to Diff 50233.Mar 9 2016, 9:01 PM
silvas retitled this revision from to [lto] Initialize asmparsers..
silvas updated this object.
silvas added reviewers: ruiu, rafael.
silvas added subscribers: llvm-commits, Bigcheese.
ruiu accepted this revision.Mar 9 2016, 9:02 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 9 2016, 9:02 PM
This revision was automatically updated to reflect the committed changes.