This is an archive of the discontinued LLVM Phabricator instance.

MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI.
ClosedPublic

Authored by pcc on May 17 2018, 3:39 PM.

Details

Summary

To make this work I needed to add an endianness field to MCAsmBackend
so that writeNopData() implementations know which endianness to use.

Part of PR37466.

Depends on D47032

Diff Detail

Repository
rL LLVM