[PATCH] D50488: [Analyzer] Checker for non-determinism caused by sorting of pointer-like elements

Mandeep Singh Grang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 12:56:17 PST 2019


mgrang added a comment.

I guess I hadn't sourced the CodeChecker venv correctly. Now that I did source it and started the CodeChecker server I seem to be progressing. The error I get now is compiler related (which I will dig into).

  12:51:35 [bitcoin] Checking out project... 
  [ERROR] Unknown option: json
  
  [ERROR] configure: error: in `csa-testbench/projects/bitcoin':
  configure: error: C++ compiler cannot create executables
  See `config.log' for more details

Should I be worried about the "[ERROR] Unknown option: json" message?


Repository:
  rC Clang

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

https://reviews.llvm.org/D50488





More information about the cfe-commits mailing list