[llvm] Group the InstrumentationTests target with other LLVM unit test targe… (PR #170041)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 30 08:22:17 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Richard Thomson (LegalizeAdulthood)
<details>
<summary>Changes</summary>
…ts (NFC)
No functional change; group the transformer unit tests with the other LLVM unit test targets in the IDE.
---
Full diff: https://github.com/llvm/llvm-project/pull/170041.diff
1 Files Affected:
- (modified) llvm/unittests/Transforms/Instrumentation/CMakeLists.txt (+1-1)
``````````diff
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")
``````````
</details>
https://github.com/llvm/llvm-project/pull/170041
More information about the llvm-commits
mailing list