<div dir="ltr"><div><div>I am getting the following error while compiling my pass file with clang to emit bitcode<br><br>Hello1.cpp:1:10: fatal error: 'llvm/Pass.h' file not found<br>#include "llvm/Pass.h"<br>         ^<br>1 error generated.<br><br><br></div>I had included this .cpp file for implementing function pass in lib/Transform/Hello1 directory and also made approriate changes in cmakelists.txt file and again build from the root directrory. I am also getting as a result LLVMHello1.so in llvm/build/lib/ directory.<br><br></div>Please guide<br></div>