mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
This change seeks to emit the full module from the bbc tool and not just the body. This change currently does not break existing tests when running check-(mlir, flang, all). This stops the discarding of any attributes that may be applied to the Module during compilation. Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D144869