[llvm] [orc-rt] Sort unit test sources in CMakeLists.txt. NFC. (PR #209470)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 06:07:42 PDT 2026


https://github.com/lhames created https://github.com/llvm/llvm-project/pull/209470

None

>From 4db5ff8fcbae50eb20b290f92062497d3b5a5854 Mon Sep 17 00:00:00 2001
From: Lang Hames <lhames at gmail.com>
Date: Tue, 14 Jul 2026 22:55:20 +1000
Subject: [PATCH] [orc-rt] Sort unit test sources in CMakeLists.txt. NFC.

---
 orc-rt/test/unit/CMakeLists.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/orc-rt/test/unit/CMakeLists.txt b/orc-rt/test/unit/CMakeLists.txt
index db83ece1f4edb..e1b81e1ad6b1e 100644
--- a/orc-rt/test/unit/CMakeLists.txt
+++ b/orc-rt/test/unit/CMakeLists.txt
@@ -17,13 +17,12 @@ add_orc_rt_unittest(CoreTests
   BootstrapInfoTest.cpp
   CallSPSCITest.cpp
   CallableTraitsHelperTest.cpp
+  CommandLineTest.cpp
   CompilerTest.cpp
-  SimpleSymbolTableTest.cpp
   EndianTest.cpp
   ErrorCAPITest.cpp
-  CommandLineTest.cpp
-  ErrorTest.cpp
   ErrorExceptionInteropTest.cpp
+  ErrorTest.cpp
   ExecutorAddressTest.cpp
   ExecutorProcessInfoTest.cpp
   InProcessControllerAccessTest.cpp
@@ -35,18 +34,19 @@ add_orc_rt_unittest(CoreTests
   MathTest.cpp
   MemoryAccessSPSCITest.cpp
   MemoryFlagsTest.cpp
-  NativeDylibManagerTest.cpp
   NativeDylibManagerSPSCITest.cpp
+  NativeDylibManagerTest.cpp
   QueueingRunnerTest.cpp
   RTTITest.cpp
-  SessionTest.cpp
-  SimpleNativeMemoryMapTest.cpp
-  SimpleNativeMemoryMapSPSCITest.cpp
-  SimplePackedSerializationTest.cpp
   SPSAllocActionTest.cpp
   SPSMemoryFlagsTest.cpp
-  SPSWrapperFunctionTest.cpp
   SPSWrapperFunctionBufferTest.cpp
+  SPSWrapperFunctionTest.cpp
+  SessionTest.cpp
+  SimpleNativeMemoryMapSPSCITest.cpp
+  SimpleNativeMemoryMapTest.cpp
+  SimplePackedSerializationTest.cpp
+  SimpleSymbolTableTest.cpp
   StandaloneMachOUnwindInfoRegistrarTest.cpp
   TaskGroupTest.cpp
   ThreadPoolRunnerTest.cpp



More information about the llvm-commits mailing list