[all-commits] [llvm/llvm-project] c6f501: [XRay] Run tests inside bootstrapping build (#168378)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Dec 1 16:24:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6f501d479e82185a5906096b758480e43f2edcc
https://github.com/llvm/llvm-project/commit/c6f501d479e82185a5906096b758480e43f2edcc
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/xray/lit.site.cfg.py.in
Log Message:
-----------
[XRay] Run tests inside bootstrapping build (#168378)
COMPILER_RT_STANDALONE_BUILD is set when doing a bootstrapping build
through LLVM_ENABLE_RUNTIMES with the CMake source directory being in
llvm/. This patch changes the XRay tests to also detect that we have
LLVM sources and the llvm-xray tool if we are in a bootstrapping build
through the use of the LLVM_TREE_AVAILABLE variable which is set in
runtimes/CMakeLists.txt.
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