Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / tools / llvm-cxxdump / CMakeLists.txt
blobafae8359ca50de25a4955abb698d5ae1cfe4bf5d
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsInfos
3   MC
4   Object
5   Support
6   )
8 add_llvm_tool(llvm-cxxdump
9   llvm-cxxdump.cpp
10   Error.cpp
11   )