Read a LLVM module from the file.
Write a LLVM module to the file.
See Source File
Boost Software License 1.0
Copyright (c) 2017, Joakim Brännström. All rights reserved.
Joakim Brännström (joakim.brannstrom@gmx.com)
This file contains convenient functionality for reading/writing LLVM bitcode and IR. The functions prefer using D's stdlib for IO when possible.