[NFCI] Change compiler_rt_Test_runtime to lowercase (#133362)

This commit is contained in:
Qinkun Bao 2025-03-27 22:20:14 -07:00 committed by GitHub
parent 68571f9151
commit bed2bdf17b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
compiler_rt_test_runtime(xray)
endif()
if(COMPILER_RT_BUILD_ORC)
compiler_rt_Test_runtime(orc)
compiler_rt_test_runtime(orc)
endif()
# ShadowCallStack does not yet provide a runtime with compiler-rt, the tests
# include their own minimal runtime