comparison tools/llvm-cat/CMakeLists.txt @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 set(LLVM_LINK_COMPONENTS
2 IRReader
3 BitReader
4 BitWriter
5 Core
6 Support
7 )
8
9 add_llvm_tool(llvm-cat
10 llvm-cat.cpp
11 )