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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 22:20:17 PDT 2025


Author: Qinkun Bao
Date: 2025-03-27T22:20:14-07:00
New Revision: bed2bdf17b68b33dd1519a836ec2b77da8746053

URL: https://github.com/llvm/llvm-project/commit/bed2bdf17b68b33dd1519a836ec2b77da8746053
DIFF: https://github.com/llvm/llvm-project/commit/bed2bdf17b68b33dd1519a836ec2b77da8746053.diff

LOG: [NFCI] Change compiler_rt_Test_runtime to lowercase (#133362)

Added: 
    

Modified: 
    compiler-rt/test/CMakeLists.txt

Removed: 
    


################################################################################
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