syntacore / snippy

Other
40 stars 4 forks source link

[snippy] Fix snippy build #33

Closed asi-sc closed 5 months ago

asi-sc commented 5 months ago

This removes unused files that leads to configuration errors

asi-sc commented 5 months ago

This PR fixes configuration issue

CMake Error at cmake/modules/LLVMProcessSources.cmake:116 (message):                                                                         
  Found unknown source file BlockGenPlan.cpp                                                                                                                                                                                                                                              

  Please update                                                                                                                              
  llvm/tools/llvm-snippy/lib/Generator/CMakeLists.txt

I verified that with this fix configuration and build stages passed. Lit testing passed as well.