[all-commits] [llvm/llvm-project] 13b808: [Flang][Tool][bbc] Emit module wrapper in addition...
agozillon via All-commits
all-commits at lists.llvm.org
Wed Mar 1 12:41:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13b808bda93ec7271d2e5690f0d1d467e0f59f17
https://github.com/llvm/llvm-project/commit/13b808bda93ec7271d2e5690f0d1d467e0f59f17
Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M flang/tools/bbc/bbc.cpp
Log Message:
-----------
[Flang][Tool][bbc] Emit module wrapper in addition to body
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
More information about the All-commits
mailing list