annotate tools/llvm-cat/CMakeLists.txt @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents 803732b1fca8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 set(LLVM_LINK_COMPONENTS
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 IRReader
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 BitReader
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 BitWriter
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 Core
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 Support
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 )
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 add_llvm_tool(llvm-cat
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 llvm-cat.cpp
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 )