[SLP] limit vectorization of Constant subclasses (PR33958)
[llvm-core.git] / include / llvm / CMakeLists.txt
blob1d5ca3ba92b0e153b3424d83316cee9534522a4f
1 add_subdirectory(IR)
2 add_subdirectory(Support)
4 # If we're doing an out-of-tree build, copy a module map for generated
5 # header files into the build area.
6 if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
7   configure_file(module.modulemap.build module.modulemap COPYONLY)
8 endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")