Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/unittests/Analysis/CMakeLists.txt
Show All 33 Lines | set(ANALYSIS_TEST_SOURCES | ||||
LoopInfoTest.cpp | LoopInfoTest.cpp | ||||
LoopNestTest.cpp | LoopNestTest.cpp | ||||
MemoryBuiltinsTest.cpp | MemoryBuiltinsTest.cpp | ||||
MemoryProfileInfoTest.cpp | MemoryProfileInfoTest.cpp | ||||
MemorySSATest.cpp | MemorySSATest.cpp | ||||
MLModelRunnerTest.cpp | MLModelRunnerTest.cpp | ||||
PhiValuesTest.cpp | PhiValuesTest.cpp | ||||
PluginInlineAdvisorAnalysisTest.cpp | PluginInlineAdvisorAnalysisTest.cpp | ||||
PluginInlineOrderAnalysisTest.cpp | |||||
ProfileSummaryInfoTest.cpp | ProfileSummaryInfoTest.cpp | ||||
ScalarEvolutionTest.cpp | ScalarEvolutionTest.cpp | ||||
VectorFunctionABITest.cpp | VectorFunctionABITest.cpp | ||||
SparsePropagation.cpp | SparsePropagation.cpp | ||||
TargetLibraryInfoTest.cpp | TargetLibraryInfoTest.cpp | ||||
TensorSpecTest.cpp | TensorSpecTest.cpp | ||||
TBAATest.cpp | TBAATest.cpp | ||||
UnrollAnalyzerTest.cpp | UnrollAnalyzerTest.cpp | ||||
Show All 11 Lines | |||||
add_llvm_unittest_with_input_files(AnalysisTests | add_llvm_unittest_with_input_files(AnalysisTests | ||||
${ANALYSIS_TEST_SOURCES} | ${ANALYSIS_TEST_SOURCES} | ||||
) | ) | ||||
target_link_libraries(AnalysisTests PRIVATE LLVMTestingSupport) | target_link_libraries(AnalysisTests PRIVATE LLVMTestingSupport) | ||||
add_subdirectory(InlineAdvisorPlugin) | add_subdirectory(InlineAdvisorPlugin) | ||||
add_subdirectory(InlineOrderPlugin) |