[all-commits] [llvm/llvm-project] e78208: [compiler-rt][lit] initialize LIT LLVMConfig instance
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Mon Aug 22 16:36:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e78208f082f0a0be19d343295c055a1924aede55
https://github.com/llvm/llvm-project/commit/e78208f082f0a0be19d343295c055a1924aede55
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
Log Message:
-----------
[compiler-rt][lit] initialize LIT LLVMConfig instance
to handle lit tools searching. Otherwise
compiler-rt depends on system environment variable PATH for lit tools
which diverge from the other LLVM projects. This reverts D83486 which
really should be implemented in LIT itself when the PATH is constructed.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D122837
More information about the All-commits
mailing list