[PATCH] D56441: [analyzer][CrossTU][NFC] Generalize to external definitions instead of external functions

Artem Dergachev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 15:12:11 PST 2019


NoQ added a comment.

Hmm, this fails for me. The substitution fails for some reason:

  FAIL: Clang :: Analysis/func-mapping-test.cpp (211 of 569)
  ******************** TEST 'Clang :: Analysis/func-mapping-test.cpp' FAILED ********************
  Script:
  --
  : 'RUN: at line 1';   %clang_extdef_map /Users/adergachev/svn/llvm/tools/clang/test/Analysis/func-mapping-test.cpp -- | /Users/adergachev/svn/release/bin/FileCheck /Users/adergachev/svn/llvm/tools/clang/test/Analysis/func-mapping-test.cpp
  --
  Exit Code: 2
  
  Command Output (stderr):
  --
  /Users/adergachev/svn/release/tools/clang/test/Analysis/Output/func-mapping-test.cpp.script: line 1: %clang_extdef_map: command not found
  FileCheck error: '-' is empty.
  FileCheck command line:  /Users/adergachev/svn/release/bin/FileCheck /Users/adergachev/svn/llvm/tools/clang/test/Analysis/func-mapping-test.cpp
  
  --
  
  ********************
  Testing Time: 5.12s
  ********************
  Failing Tests (1):
      Clang :: Analysis/func-mapping-test.cpp

I'm not really good with LIT and i don't immediately see any problems here. If it only fails for me, please let me know so that i could see if the problem is on my end or otherwise help investigating the problem :)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56441





More information about the llvm-commits mailing list