[llvm] Group the InstrumentationTests target with other LLVM unit test targe… (PR #170041)
Richard Thomson via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 13:28:00 PST 2025
https://github.com/LegalizeAdulthood updated https://github.com/llvm/llvm-project/pull/170041
>From 0c94441f2816773e61cc26a6a55af8e0cd297ada Mon Sep 17 00:00:00 2001
From: Richard <legalize at xmission.com>
Date: Sun, 30 Nov 2025 09:19:58 -0700
Subject: [PATCH] Group the InstrumentationTests target with other LLVM unit
test targets (NFC)
No functional change; group the transformer unit tests with the other
LLVM unit test targets in the IDE.
---
llvm/unittests/Transforms/Instrumentation/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/unittests/Transforms/Instrumentation/CMakeLists.txt b/llvm/unittests/Transforms/Instrumentation/CMakeLists.txt
index 78a131405b5d3..9a6a1bef98711 100644
--- a/llvm/unittests/Transforms/Instrumentation/CMakeLists.txt
+++ b/llvm/unittests/Transforms/Instrumentation/CMakeLists.txt
@@ -15,4 +15,4 @@ add_llvm_unittest(InstrumentationTests
target_link_libraries(InstrumentationTests PRIVATE LLVMTestingSupport)
-set_property(TARGET InstrumentationTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")
+set_property(TARGET InstrumentationTests PROPERTY FOLDER "LLVM/Tests/Unit")
More information about the llvm-commits
mailing list