[PATCH] D37944: [lit] Move some of LLD and Clang's configuration code into LLVM shared configuration

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 17:15:22 PDT 2017


zturner created this revision.
Herald added subscribers: aprantl, mgorny.
Herald added a reviewer: modocache.

The goal here is to allow re-use of this functionality from debuginfo-tests.  It's going to need to do a lot of similar configuration for clang and lld and enable similar substitutions.  Moving some of this common functionality into the `lit.llvm` module reduces the amount of boilerplate for setting this up in debug info tests (which will come in a later patch)


https://reviews.llvm.org/D37944

Files:
  clang/test/lit.cfg
  lld/test/CMakeLists.txt
  lld/test/lit.cfg
  lld/test/lit.cfg.py
  lld/test/lit.site.cfg.in
  lld/test/lit.site.cfg.py.in
  llvm/test/lit.cfg.py
  llvm/utils/lit/lit/llvm/__init__.py
  llvm/utils/lit/lit/llvm/config.py
  llvm/utils/lit/lit/util.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37944.115523.patch
Type: text/x-patch
Size: 27119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170916/4726cc90/attachment-0001.bin>


More information about the llvm-commits mailing list