Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « lib « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22a6be44f6458cd62a21f7a0f3659e7b405b10a0 (plain)
1
2
3
4
5
6
7
add_subdirectory(Core)
add_subdirectory(Passes)
add_subdirectory(Profile)
add_subdirectory(Rewrite)
add_subdirectory(RuntimeLibs)
add_subdirectory(Target)
add_subdirectory(Utils)