[TableGen] Add a space between type and '*' in front of a variable name in output...
[oota-llvm.git] / tools / llvm-bcanalyzer / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Support
4   )
5
6 add_llvm_tool(llvm-bcanalyzer
7   llvm-bcanalyzer.cpp
8   )