[all-commits] [llvm/llvm-project] 1d8fc0: [clang][lit] Allow test cases to use the compiler ...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Wed Mar 24 03:34:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d8fc086ae26a1f973b25387b5063f1e801dc0f7
https://github.com/llvm/llvm-project/commit/1d8fc086ae26a1f973b25387b5063f1e801dc0f7
Author: Ella Ma <alansnape3058 at gmail.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M clang/test/lit.cfg.py
M clang/test/lit.site.cfg.py.in
Log Message:
-----------
[clang][lit] Allow test cases to use the compiler that are used to compile Clang
Required by D83660.
Test cases may want to use the host compiler to compile some mocks for the
test case.
This patch adds two substitutions `%host_cc` and `%host_cxx` to use the host
compilers set via variable `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER`.
Patch by Ella Ma!
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D98918
More information about the All-commits
mailing list