[llvm] Group the InstrumentationTests target with other LLVM unit test targe… (PR #170041)

Richard Thomson via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 30 08:21:46 PST 2025


https://github.com/LegalizeAdulthood created https://github.com/llvm/llvm-project/pull/170041

…ts (NFC)

No functional change; group the transformer unit tests with the other LLVM unit test targets in the IDE.

>From fde46cb536e7f567724eb78a473fbc9290f3685c 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..def256e319735 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 "LLM/Tests/Unit")



More information about the llvm-commits mailing list