ahaHLS
ahaHLS copied to clipboard
fatal error: llvm/Analysis/OrderedBasicBlock.h: No such file or directory
Hi, Thanks a lot for sharing this useful repository!
I encountered the following fatal error in compilation: fatal error: llvm/Analysis/OrderedBasicBlock.h: No such file or directory
I checked the llvm github repository and can not the file OrderedBasicBlock.h. Could you please help me with it? Thanks in advance!
It sounds as though you're version of LLVM is not compatible with this repository. I would try binary search over the LLVM versions to fix you problem. I believe LLVM 7 should work.