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 18 Lines | |||||
# On AIX, enable run-time linking to allow symbols from the plugins shared | # On AIX, enable run-time linking to allow symbols from the plugins shared | ||||
# objects to be properly bound. | # objects to be properly bound. | ||||
if(CMAKE_SYSTEM_NAME STREQUAL "AIX") | if(CMAKE_SYSTEM_NAME STREQUAL "AIX") | ||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl") | set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl") | ||||
endif() | endif() | ||||
add_subdirectory(InlineAdvisorPlugin) | add_subdirectory(InlineAdvisorPlugin) | ||||
add_subdirectory(InlineOrderPlugin) |