[llvm-branch-commits] [compiler-rt] [compiler-rt] Default to Lit's Internal Shell (PR #165148)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 27 10:45:02 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/165148
>From e90f11ccc5e29f48dab9a7a0931719fef0ca3eeb Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Mon, 27 Oct 2025 13:08:11 +0000
Subject: [PATCH] formatting
Created using spr 1.3.7
---
compiler-rt/test/lit.common.cfg.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py
index 445841e599ec9..1468c0742a766 100644
--- a/compiler-rt/test/lit.common.cfg.py
+++ b/compiler-rt/test/lit.common.cfg.py
@@ -112,6 +112,7 @@ def push_dynamic_library_lookup_path(config, new_path):
)
config.environment[dynamic_library_lookup_var] = new_ld_library_path_64
+
# TODO: Consolidate the logic for turning on the internal shell by default for all LLVM test suites.
# See https://github.com/llvm/llvm-project/issues/106636 for more details.
#
More information about the llvm-branch-commits
mailing list