Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Refactor write to file of LLVM module moving it to Module #372

Merged
merged 1 commit into from Sep 18, 2023

Conversation

dmakarov
Copy link
Collaborator

Motivation

Dependency on llvm::Module is convoluted, requiring mutable references. This change moves the function that writes LLVM module to a file into the Module implementation, simplifying dependency on llvm::Module.

Test Plan

Non functional change, all tests should pass.

@dmakarov dmakarov merged commit bbe70e3 into anza-xyz:llvm-sys Sep 18, 2023
8 checks passed
@dmakarov dmakarov deleted the dm/llmod branch September 18, 2023 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants