diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt index fad5b7e03925..a2e4c8cbf568 100644 --- a/compiler-rt/test/CMakeLists.txt +++ b/compiler-rt/test/CMakeLists.txt @@ -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