[PATCH] D14061: Add CMakeLists.txt files for new LIT based harness

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 05:20:16 PDT 2015


rengolin added a comment.

In http://reviews.llvm.org/D14061#274966, @jmolloy wrote:

> LGTM. There will likely be one or two bugs "lost in translation", but they'll have to be fixed as and when we find them.


So, I tried to use this with your patch, and got the error:

  CMake Error at MultiSource/Applications/Burg/CMakeLists.txt:17 (add_yacc_parser):
    Unknown CMake command "add_yacc_parser".

The FindYACC.cmake file is in the right place.


Repository:
  rL LLVM

http://reviews.llvm.org/D14061





More information about the llvm-commits mailing list