log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
CbC
>
CbC_llvm
annotate tools/llvm-cat/CMakeLists.txt @ 121:
803732b1fca8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
LLVM 5.0
author
kono
date
Fri, 27 Oct 2017 17:07:41 +0900
parents
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
)