<div dir="ltr">Hi,<div><br></div><div><br></div><div>I have some IR files which can  be compiled using llc-3.0 and gcc-4.6.3. I want to instrument these IR files. My instrumentation pass is implemented under LLVM-3.5 and some data structures in LLVM-3.5 are not available on LLVM-3.0, such as <i>AttributeSet</i> in <i>Attribute.h</i>. I tried to compile my instrumentation pass under LLVM-3.0 and it failed due to missing data types. So I am asking whether it is possible to use LLVM-3.5 to instrument the IR files?  If not, is there any walk around?</div>
<div><br></div><div>Thanks!</div><div>Gaoyao</div></div>