[x86/SLH] Fix an issue where we wouldn't harden any loads if we found
[llvm-complete.git] / tools / llvm-modextract / CMakeLists.txt
blob8484b3b0fb73ab729a80b0106813922f5a034165
1 set(LLVM_LINK_COMPONENTS
2   IRReader
3   BitReader
4   BitWriter
5   Core
6   Support
7   )
9 add_llvm_tool(llvm-modextract
10   llvm-modextract.cpp
11   )