mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
This adds a `write_bytecode` method to the Operation class. The method takes a file handle and writes the binary blob to it. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D133210