--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/llvm-cxxmap/CMakeLists.txt Wed Aug 14 16:55:33 2019 +0900 @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS + Core + Support + ) + +add_llvm_tool(llvm-cxxmap + llvm-cxxmap.cpp + )