[all-commits] [llvm/llvm-project] 3fa07e: Rename config.host_os to config.target_os.
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Thu Jul 17 11:12:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fa07ed5b38774656a2cff1bebc1785ce8e7feb8
https://github.com/llvm/llvm-project/commit/3fa07ed5b38774656a2cff1bebc1785ce8e7feb8
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths:
M compiler-rt/lib/tysan/lit.cfg
M compiler-rt/test/asan/lit.cfg.py
M compiler-rt/test/asan_abi/lit.cfg.py
M compiler-rt/test/builtins/Unit/lit.cfg.py
M compiler-rt/test/builtins/lit.cfg.py
M compiler-rt/test/ctx_profile/lit.cfg.py
M compiler-rt/test/dfsan/lit.cfg.py
M compiler-rt/test/fuzzer/lit.cfg.py
M compiler-rt/test/gwp_asan/lit.cfg.py
M compiler-rt/test/hwasan/lit.cfg.py
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/lit.common.cfg.py
M compiler-rt/test/memprof/lit.cfg.py
M compiler-rt/test/metadata/lit.cfg.py
M compiler-rt/test/msan/lit.cfg.py
M compiler-rt/test/nsan/lit.cfg.py
M compiler-rt/test/orc/lit.cfg.py
M compiler-rt/test/orc/lit.site.cfg.py.in
M compiler-rt/test/profile/lit.cfg.py
M compiler-rt/test/rtsan/Unit/lit.site.cfg.py.in
M compiler-rt/test/rtsan/lit.cfg.py
M compiler-rt/test/safestack/lit.cfg.py
M compiler-rt/test/sanitizer_common/lit.common.cfg.py
M compiler-rt/test/scudo/lit.cfg.py
M compiler-rt/test/shadowcallstack/lit.cfg.py
M compiler-rt/test/tsan/Unit/lit.site.cfg.py.in
M compiler-rt/test/tsan/libdispatch/lit.local.cfg.py
M compiler-rt/test/tsan/lit.cfg.py
M compiler-rt/test/tysan/lit.cfg.py
M compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py
M compiler-rt/test/ubsan/lit.common.cfg.py
M compiler-rt/test/ubsan_minimal/lit.common.cfg.py
M compiler-rt/test/xray/lit.cfg.py
M compiler-rt/unittests/lit.common.unit.cfg.py
M compiler-rt/unittests/lit.common.unit.configured.in
M lldb/test/API/lit.cfg.py
M lldb/test/API/lit.site.cfg.py.in
M llvm/test/lit.cfg.py
M llvm/test/lit.site.cfg.py.in
Log Message:
-----------
Rename config.host_os to config.target_os.
config.host_os is derived from CMAKE_SYSTEM_NAME
which specifies the target. See:
https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_NAME.html
To reduce confusion, rename it to config.target_os.
The variable name config.target_os was already being used by the Orc
tests. Rename it to config.orc_test_target_os with a FIXME to remove.
Reviewers: JDevlieghere, MaskRay
Reviewed By: MaskRay
Pull Request: https://github.com/llvm/llvm-project/pull/149015
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list