ahaHLS icon indicating copy to clipboard operation
ahaHLS copied to clipboard

fatal error: llvm/Analysis/OrderedBasicBlock.h: No such file or directory

Open liangrj2014 opened this issue 4 years ago • 1 comments

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!

liangrj2014 avatar May 14 '21 04:05 liangrj2014

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.

dillonhuff avatar May 14 '21 18:05 dillonhuff