Open
Description
Feature request
Hello, i have recently been using this library to parse some data from the DXIL directx shader , which uses llvm bitcode to store it's bytecode and type information. Long story short, it uses named metadata to store important information about buffer structures. Using llvmlite it seems i wasn't able to obtain named metadata from ModuleRef
objects from bitcode, whilst the ir Module is able to.
As llvmlite uses llvm::Module
already for it's ModuleRef
, wouldn't it be trivial to implement a function to use the getNamedMetadata
function of llvm::Module
Am i doing something wrong, or is it just not implemented?
Best regards
Activity