sampsyo / quala

custom type systems for Clang
MIT License
96 stars 7 forks source link

get null metadata for instructions with llvm 5 #14

Closed sangeeta0201 closed 6 years ago

sangeeta0201 commented 6 years ago

Hi Adrian, I have one quick question. Will quala work with llvm 5.0 ? I am always getting null value for metadata.

MDNode *MD = I->getMetadata("tyann"); errs()<<MD<<"\n”;

Any help would be much appreciated.

sampsyo commented 6 years ago

No. As the README describes, Quala works with LLVM 3.7.