[InstCombine] Signed saturation patterns
[llvm-complete.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
blob3fa7ee6bb710d111493deb4d958a01f94fe47648
1 add_llvm_library(LLVMRuntimeDyld
2   JITSymbol.cpp
3   RTDyldMemoryManager.cpp
4   RuntimeDyld.cpp
5   RuntimeDyldChecker.cpp
6   RuntimeDyldCOFF.cpp
7   RuntimeDyldELF.cpp
8   RuntimeDyldMachO.cpp
9   Targets/RuntimeDyldELFMips.cpp
11   DEPENDS
12   intrinsics_gen
13   )