Byfl icon indicating copy to clipboard operation
Byfl copied to clipboard

Build error with LLVM-17

Open junghans opened this issue 2 years ago • 0 comments

[  2%] Building CXX object lib/bytesflops/CMakeFiles/bytesflops.dir/bytesflops.cpp.o
In file included from /home/christoph/computing/Byfl/lib/bytesflops/bytesflops.cpp:9:
/home/christoph/computing/Byfl/lib/bytesflops/bytesflops.h:29:10: fatal error: llvm/Transforms/IPO/PassManagerBuilder.h: No such file or directory
   29 | #include "llvm/Transforms/IPO/PassManagerBuilder.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [lib/bytesflops/CMakeFiles/bytesflops.dir/build.make:76: lib/bytesflops/CMakeFiles/bytesflops.dir/bytesflops.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:372: lib/bytesflops/CMakeFiles/bytesflops.dir/all] Error 2
gmake: *** [Makefile:166: all] Error 2

junghans avatar Feb 12 '24 17:02 junghans