forked from llvm/circt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTL] Make metadata symbols private
For internal symbols created in the `CreateSiFiveMetadata` pass, make these private and not public. This caused some downstream errors in an out-of-tree project which was doing MLIR-level linking and not renaming duplicate symbols. While this downstream project will be fixed, it is also better to not have these symbols public as that prevents them from being DCE'd. h/t @uenoku for the proposed fix here. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters