jankratochvil added a comment.

On Fedora 31 x86_64 with LLDB using python3 I got:

  llvm-lit: .../llvm-monorepo2/llvm/utils/lit/lit/TestingConfig.py:102: fatal: 
unable to parse config file 
'.../llvm-monorepo2-clangassert/tools/lldb/test/Shell/lit.site.cfg.py', 
traceback: Traceback (most recent call last):
    File ".../llvm-monorepo2/llvm/utils/lit/lit/TestingConfig.py", line 89, in 
load_from_path 
      exec(compile(data, path, 'exec'), cfg_globals, None)
    File 
".../llvm-monorepo2-clangassert/tools/lldb/test/Shell/lit.site.cfg.py", line 
20, in <module>
      config.lldb_enable_debuginfod = TRUE
  NameError: name 'TRUE' is not defined
  make[3]: *** [tools/lldb/test/CMakeFiles/check-lldb-lit.dir/build.make:58: 
tools/lldb/test/CMakeFiles/check-lldb-lit] Error 2

It helped to change:

  -  set(Debuginfod_FOUND TRUE)
  +  set(Debuginfod_FOUND 1)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75750/new/

https://reviews.llvm.org/D75750



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to