[Lldb-commits] [PATCH] D75750: WIP: [lldb] integrate debuginfod

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 18 15:46:38 PDT 2020


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





More information about the lldb-commits mailing list