Skip to content

Commit

Permalink
[loop count assumptions] added Link Component to llvm unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Stuckmann committed Dec 3, 2024
1 parent 33c04f6 commit 060a2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/unittests/Target/AIE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(LLVM_LINK_COMPONENTS
Support
Target
TargetParser
TransformUtils
)

add_llvm_target_unittest(AIETests
Expand All @@ -35,4 +36,4 @@ add_llvm_target_unittest(AIETests
VirtUnrollAliasAnalysisTest.cpp
)

set_property(TARGET AIETests PROPERTY FOLDER "Tests/UnitTests/TargetTests")
set_property(TARGET AIETests PROPERTY FOLDER "Tests/UnitTests/TargetTests")

0 comments on commit 060a2a8

Please sign in to comment.