diff options
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt index 17627fbe972..b6c4ae14e0d 100644 --- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt +++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt @@ -14,10 +14,13 @@ add_library(LLVMExegesis llvm_update_compile_flags(LLVMExegesis) llvm_map_components_to_libnames(libs + Analysis CodeGen + Core ExecutionEngine MC MCJIT + Object Support ) |

