Skip to content

Commit 20d5d09

Browse files
[compiler-rt] remove unused default in compiler-rt lit tests (#143738)
In #143183 was mistakenly added a default value to `python_root_dir` in lit tests of compiler-rt. This is unused by the lit tests of compiler-rt, as it was meant to be used by `lldb`. This patch removes this change.
1 parent 971c49f commit 20d5d09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/lit.common.configured.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ set_default("gold_executable", "@GOLD_EXECUTABLE@")
2525
set_default("clang", "@COMPILER_RT_RESOLVED_TEST_COMPILER@")
2626
set_default("compiler_id", "@COMPILER_RT_TEST_COMPILER_ID@")
2727
set_default("python_executable", "@Python3_EXECUTABLE@")
28-
set_default("python_root_dir", "@Python3_ROOT_DIR@")
2928
set_default("compiler_rt_debug", @COMPILER_RT_DEBUG_PYBOOL@)
3029
set_default("compiler_rt_intercept_libdispatch", @COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL@)
3130
set_default("compiler_rt_output_dir", "@COMPILER_RT_RESOLVED_OUTPUT_DIR@")

0 commit comments

Comments
 (0)