mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
787a41926a
This way most code won't link this (substantially large) library, if compiled statically with LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223072 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
138 B
CMake
6 lines
138 B
CMake
add_subdirectory(ipo)
|
|
add_subdirectory(passmgr_builder)
|
|
add_subdirectory(scalar_opts)
|
|
add_subdirectory(utils)
|
|
add_subdirectory(vectorize)
|