llvm-node icon indicating copy to clipboard operation
llvm-node copied to clipboard

no member named 'getTypeByName' in 'llvm::Module'

Open aghoneim92 opened this issue 4 years ago • 1 comments

When building with LLVM 12, I get this error:

node_modules/llvm-node/src/ir/module.cc:139:38: error: no member named 'getTypeByName' in 'llvm::Module'
    llvm::StructType* type = module->getTypeByName(name);

aghoneim92 avatar Sep 10 '21 07:09 aghoneim92

Duplicate. #132

ghost avatar Sep 11 '21 12:09 ghost