[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git] / llvm / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
blob1278e2f43c3bcd6e0d5c0e54d499798c72fb1329
1 add_llvm_component_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
15   LINK_COMPONENTS
16   Core
17   MC
18   Object
19   Support
20   TargetParser
21   )