[PATCH] D78211: [lit] lit.site.cfg.py: support symlinked lit.site.cfg.py files

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 11:30:30 PDT 2020


thakis added a comment.

Doesn't this Just Work if you just _not_ create that symlink?

  % ../../out/gn/bin/llvm-lit Index/cxx11-lambdas.cpp
  llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:343: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang
  llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:408: note: using SDKROOT: u'/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk'
  -- Testing: 1 tests, 1 workers --
  PASS: Clang :: Index/cxx11-lambdas.cpp (1 of 1)
  
  Testing Time: 1.03s
    Expected Passes: 1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78211





More information about the llvm-commits mailing list