[all-commits] [llvm/llvm-project] a16ba6: Reland "Make it possible for lit.site.cfg to conta...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Apr 2 13:12:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a16ba6fea2e554fae465dcaaca1d687d8e83a62e
https://github.com/llvm/llvm-project/commit/a16ba6fea2e554fae465dcaaca1d687d8e83a62e
Author: Nico Weber <thakis at chromium.org>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M clang/test/CMakeLists.txt
M clang/test/Unit/lit.site.cfg.py.in
M clang/test/lit.site.cfg.py.in
M llvm/cmake/modules/AddLLVM.cmake
M llvm/test/CMakeLists.txt
M llvm/test/Unit/lit.site.cfg.py.in
M llvm/test/lit.site.cfg.py.in
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/test/BUILD.gn
Log Message:
-----------
Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang"
The problem on Windows was that the \b in "..\bin" was interpreted
as an escape sequence. Use r"" strings to prevent that.
This reverts commit ab11b9eefa16661017c2c7b3b34c46b069f43fb7,
with raw strings in the lit.site.cfg.py.in files.
Differential Revision: https://reviews.llvm.org/D77184
More information about the All-commits
mailing list