Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for...
authorNico Weber <thakis@chromium.org>
Thu, 2 Apr 2020 19:51:58 +0000 (15:51 -0400)
committerNico Weber <thakis@chromium.org>
Thu, 2 Apr 2020 20:12:03 +0000 (16:12 -0400)
commita16ba6fea2e554fae465dcaaca1d687d8e83a62e
tree57dd64b69ed697c5b91b3ecffc50999fb88006a6
parentfd4d07517b2c94e4ca2a855a78b38953cc9d31e1
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
clang/test/CMakeLists.txt
clang/test/Unit/lit.site.cfg.py.in
clang/test/lit.site.cfg.py.in
llvm/cmake/modules/AddLLVM.cmake
llvm/test/CMakeLists.txt
llvm/test/Unit/lit.site.cfg.py.in
llvm/test/lit.site.cfg.py.in
llvm/utils/gn/secondary/clang/test/BUILD.gn
llvm/utils/gn/secondary/llvm/test/BUILD.gn