Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
[oota-llvm.git] / tools / llvm-as / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   BitWriter
4   Core
5   Support
6   )
7
8 add_llvm_tool(llvm-as
9   llvm-as.cpp
10   )