[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
[llvm-core.git] / tools / llvm-lto / CMakeLists.txt
blobf0b385b7993d210d86bc4880a254cc46525ce191
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   BitReader
4   BitWriter
5   Core
6   IRReader
7   LTO
8   MC
9   Object
10   Support
11   Target
12   )
14 add_llvm_tool(llvm-lto
15   llvm-lto.cpp
17   DEPENDS
18   intrinsics_gen
19   )