[compiler-rt] [NFCI] Change compiler_rt_Test_runtime to lowercase (PR #133362)

Qinkun Bao via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 21:18:35 PDT 2025


https://github.com/qinkunbao created https://github.com/llvm/llvm-project/pull/133362

None

>From e19a4cd2fcdd1b7214122d2d1b98843196e08b2e Mon Sep 17 00:00:00 2001
From: Qinkun Bao <qinkun at google.com>
Date: Thu, 27 Mar 2025 21:14:40 -0700
Subject: [PATCH] Update CMakeLists.txt

---
 compiler-rt/test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt
index fad5b7e03925e..a2e4c8cbf5685 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



More information about the llvm-commits mailing list